Skip to content

Commit

Permalink
Get the branch name correct on master to upload docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Aug 8, 2024
1 parent 9fa4373 commit 16cc695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# deploy book to github-pages
- name: GitHub Pages
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html
Expand Down

0 comments on commit 16cc695

Please sign in to comment.