diff options
Diffstat (limited to '.github/workflows/book.yml')
-rw-r--r-- | .github/workflows/book.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 3ac7c9c..2df0a27 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -13,7 +13,7 @@ jobs: - run: mdbook build book - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book/book |