diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 43ee329..02036c6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,5 +31,5 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs/src/ \ No newline at end of file + github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} + publish_dir: docs/ \ No newline at end of file