Skip to content

Commit

Permalink
fix requirements for gh-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Jul 8, 2024
1 parent 2efa1f8 commit 6cfd085
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,15 @@ jobs:
- name: Setup navix
run: |
pip install . -v
pip install -r ./docs/requirements.txt
- name: bypass mkdocs-deploy-gh bug
run: |
echo "" > fake_req.txt
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: ./mkdocs.yml
REQUIREMENTS: ./docs/requirements.txt
REQUIREMENTS: ./fake_req.txt

0 comments on commit 6cfd085

Please sign in to comment.