Skip to content

Commit

Permalink
updated mkdocs.yaml to use secret token (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Berenz <vincent.berenz@tuebingen.mpg.de>
  • Loading branch information
vincentberenz and Vincent Berenz committed Dec 4, 2023
1 parent 1d9707e commit df54633
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 df54633

Please sign in to comment.