Skip to content

Commit

Permalink
Use absolute path for upload build artifact in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Jan 8, 2025
1 parent 87b62ff commit 1bc5d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: build
path: website/build
retention-days: 1

deploy:
Expand Down

0 comments on commit 1bc5d41

Please sign in to comment.