Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrieleLabanca authored Jun 18, 2024
1 parent 67ff5ca commit 594d2f6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
- run: npm test
- run: npm run build --if-present
- run: npm run deploy
- name: Upload build artifacts
uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: './artifact'

name: my-artifact
path: path/to/artifact/ # or path/to/artifact
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit 594d2f6

Please sign in to comment.