„.gitea/workflows/build.yml“ ändern
This commit is contained in:
@@ -36,6 +36,13 @@ jobs:
|
||||
run: npm ci
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifacts@v3
|
||||
with:
|
||||
name: dist-files
|
||||
path: |
|
||||
dist
|
||||
package.json
|
||||
- name: Deploy
|
||||
run: |
|
||||
echo Deploying...
|
||||
|
||||
Reference in New Issue
Block a user