Skip to content

Commit

Permalink
Fix ci to include token for material insiders
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Nov 22, 2024
1 parent 2418515 commit 020d8dd
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 020d8dd

Please sign in to comment.