Skip to content

Commit

Permalink
Update generate_gh_pages.yml
Browse files Browse the repository at this point in the history
Use personal token
  • Loading branch information
c4lm authored Dec 20, 2023
1 parent 8de01b8 commit 62fe737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/generate_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.DOCSITE_TOKEN }}
PERSONAL_TOKEN: ${{ secrets.DOCSITE_TOKEN }}
CONFIG_FILE: mkdocs.yml
REQUIREMENTS: requirements.txt

0 comments on commit 62fe737

Please sign in to comment.