Skip to content

Commit

Permalink
fix: Install package in docs workflow for mkdocstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
amaralbf committed Jul 12, 2022
1 parent a62955c commit 348206c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: "Install dependencies"
run: |
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel
python -m pip install .
python -m pip install mkdocs-material mkdocstrings[python]
- run: pip install mkdocs-material mkdocstrings[python]
- run: mkdocs gh-deploy --force

0 comments on commit 348206c

Please sign in to comment.