Skip to content

Commit

Permalink
Update publishing token used for gh-pages deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasEllul committed Oct 18, 2024
1 parent 66a8c09 commit f2c06ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Deploy to `${{ inputs.destination_dir }}` directory of `gh-pages` branch
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.DEPLOY_TOKEN }}
publish_dir: ./docs
destination_dir: ${{ inputs.destination_dir }}

0 comments on commit f2c06ec

Please sign in to comment.