Skip to content

Commit

Permalink
Update deploy-mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier authored Sep 24, 2024
1 parent 6b0aa45 commit 8cf04c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install flake8 pytest
python -m pip install mkdocs-material mkdocstrings mkdocs-minify-plugin
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Set up Python 3.9
uses: actions/setup-python@v5
Expand Down

0 comments on commit 8cf04c4

Please sign in to comment.