Skip to content

Commit

Permalink
get requirements before building
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Mar 3, 2024
1 parent 5a8e4a4 commit a0573c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install -r requirements.txt

- name: you know material for mkdocs wasnt safe from my powershell
shell: pwsh
run: |
Expand All @@ -44,5 +46,4 @@ jobs:
Set-Content -Path $_.FullName -Value $content
}
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force -f mkdocs.github.yml

0 comments on commit a0573c1

Please sign in to comment.