diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index ec3840da..d641ed93 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -29,7 +29,7 @@ jobs: mv ./target/doc ./book/book/rustdoc/latest - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book/book