diff --git a/docs/index.md b/docs/index.md index 5b1b1eaf7c9..2becbcedb4e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -64,8 +64,8 @@ jobs: - run: docfx docfx_project/docfx.json - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: + uses: peaceiris/actions-gh-pages@v3 + with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs/_site ```