diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65c9709a7..75034a41f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: run: mdbook build --dest-dir ./book/$(basename ${GITHUB_REF}) - name: Deploy - uses: peaceiris/actions-gh-pages@v3.9.2 + uses: peaceiris/actions-gh-pages@v3.9.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 370d3b4ea..a684196ea 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: run: mdbook build - name: Deploy - uses: peaceiris/actions-gh-pages@v3.9.2 + uses: peaceiris/actions-gh-pages@v3.9.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book