Skip to content

Commit

Permalink
Adição de pip install requirements no yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroMADBR committed Dec 20, 2024
1 parent 0f6a8ca commit e51b55d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force

0 comments on commit e51b55d

Please sign in to comment.