diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index d1b4b92..de4e854 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -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