Skip to content

Commit

Permalink
Update deploy_website.yml
Browse files Browse the repository at this point in the history
Fix artifact upload path
  • Loading branch information
jnywong authored Feb 1, 2024
1 parent 9d09a38 commit 576dff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "_build/html"
path: "catalystbook/_build/html"

# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 576dff8

Please sign in to comment.