diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 104796b..98e4555 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -35,5 +35,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site # Adjust if your site directory is elsewhere