diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d8f3099..5eaa116 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: - name: Build docs run: mkdocs build --strict - name: Deploy to gh-pages/docs/ - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site