From 843be4b3e0d97f407ad485c9fc24dc9f68f1c8b9 Mon Sep 17 00:00:00 2001 From: Nicolas Gelders <59320424+nicogelders@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:22:57 +0100 Subject: [PATCH] Bugfix: fix docs versioning (#22) Co-authored-by: Nico Gelders --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f393423..adf31c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} @@ -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