Skip to content

Commit

Permalink
Update ghpages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clizarraga-UAD7 committed Jan 28, 2024
1 parent d2ea670 commit 31685a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
key: ${{github.ref}}
path: .cache
- name: run requirements file
run: pip install mkdocs-material
# run: pip install mkdocs-material
run: pip install -r requirements.txt
run: pip install -e .
- name: Deploy docs
run: mkdocs gh-deploy --force
# env:
Expand Down

0 comments on commit 31685a5

Please sign in to comment.