Skip to content

Commit

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

0 comments on commit c609d11

Please sign in to comment.