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 08b7314 commit 0b947be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: webpages
path: path/to/artifact/ # or path/to/artifact
path: './artifact'
- uses: actions/download-artifact@v4
with:
name: webpages
path: './artifact'

deploy:
environment:
Expand Down

0 comments on commit 0b947be

Please sign in to comment.