Skip to content

Commit

Permalink
DOC: attempt to fix doc CI job a fifth time
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhaber committed Dec 28, 2024
1 parent f079db2 commit 89dfbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./mybook/_build/html # Path to the build directory
publish_branch: gh-pages # The branch where the book will be deployed
user_name: 'Matt Haberland'
Expand Down

0 comments on commit 89dfbe6

Please sign in to comment.