Skip to content

Commit

Permalink
Updated path for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed May 6, 2024
1 parent 531b1f4 commit f6778ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-publish-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
# NOTE: If Publishing to GitHub Pages, set the permissions correctly (see top of this yaml)
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
path: "book/"
with:
path: "book/"
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
Expand Down

0 comments on commit f6778ee

Please sign in to comment.