Skip to content

Commit

Permalink
updated mkdocs.yaml to use secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Berenz committed Dec 4, 2023
1 parent 1d9707e commit 14b897a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocstrings[python] mkdocs-jupyter
- run: mkdocs gh-deploy --force
- run: |
git remote set-url origin https://x-access-token:${{ secrets.GH_PAGES_TOKEN }}@github.com/${{ github.repository }}
mkdocs gh-deploy --force

0 comments on commit 14b897a

Please sign in to comment.