Skip to content

Commit

Permalink
ci(website): use absolute path
Browse files Browse the repository at this point in the history
Seems like actions/upload-pages-artifact must have an
absolute path:
actions/upload-pages-artifact#74
  • Loading branch information
ZuperZee committed Jan 9, 2025
1 parent e23b349 commit 735b5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: website/build

deploy:
name: Deploy to GitHub Pages
Expand Down

0 comments on commit 735b5c5

Please sign in to comment.