Skip to content

Commit

Permalink
docs: fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Apr 16, 2024
1 parent 3946fa2 commit f29fcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
# Run "invoke mkdocs.deploy" to create the "gh-pages" branch and deploy it first, otherwise this step fails
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./public

0 comments on commit f29fcdf

Please sign in to comment.