diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b2e3e8..ec9082e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: make docs - name: Deploy the docs - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v3.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/build/html