Skip to content

Commit

Permalink
Fix identation in the CI pipeline (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe authored Nov 25, 2024
2 parents 673fd2e + a8f88ea commit 7d936df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
restore-keys: |
mkdocs-material-
- run:
git config --global url."https://github-actions:${{ secrets.MKDOCS_MATERIAL_INSIDERS }}@github".insteadOf ssh://git@github
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 7d936df

Please sign in to comment.