„.gitea/workflows/build.yml“ ändern
This commit is contained in:
@@ -26,8 +26,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: npm ci
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm build
|
run: npm run build
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
echo Deploying...
|
echo Deploying...
|
||||||
|
|||||||
Reference in New Issue
Block a user