Skip to content

Commit

Permalink
Fix ci to include token for material insiders (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe authored Nov 25, 2024
2 parents 2418515 + 020d8dd commit 673fd2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install -r requirements.txt
- run:
git config --global url."https://github-actions:${{ secrets.MKDOCS_MATERIAL_INSIDERS }}@github".insteadOf ssh://git@github
pip install -r requirements.txt

- run: mkdocs gh-deploy --force

0 comments on commit 673fd2e

Please sign in to comment.