Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
oddish3 committed Feb 7, 2025
1 parent c87114f commit 72fedd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages # Deploy to the gh-pages branch
folder: _site # Output folder from Quarto render
folder: _site # Output folder from Quarto render
token: ${{ secrets.ACTIONS_DEPLOY_KEY }}

0 comments on commit 72fedd2

Please sign in to comment.