add github API token to mkdocs workflow

This commit is contained in:
Lincoln Stein 2023-03-24 09:17:30 -04:00
parent bc01a96f9d
commit d91fc16ae4

View File

@ -34,6 +34,8 @@ jobs:
- name: deploy to gh-pages
if: ${{ github.ref == 'refs/heads/main' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run: |
python -m \
mkdocs gh-deploy \