Skip to content

Commit

Permalink
Bugfix: fix docs versioning (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Gelders <[email protected]>
  • Loading branch information
nicogelders and Nico Gelders authored Nov 3, 2023
1 parent bb6080e commit 843be4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
pip install poetry==${{ env.POETRY_VERSION }}
Expand All @@ -96,10 +96,8 @@ jobs:
- name: Create coverage report
run: |
poetry run coverage run -m pytest tests/
poetry run coverage report
poetry run coverage html
- name: Deploy docs
run: |
poetry run mike delete --all
poetry run mike deploy --update-aliases ${{ needs.get-new-tag.outputs.tag-id }} latest
poetry run mike set-default --push latest

0 comments on commit 843be4b

Please sign in to comment.