Skip to content

Commit

Permalink
build: Use poetry to build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomammana committed Jan 15, 2024
1 parent b319112 commit 294bc62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git fetch origin gh-pages --depth=1
VERSION="${{ steps.determine_version.outputs.version }}"
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
mike deploy --push --update-aliases $VERSION latest
poetry run mike deploy --push --update-aliases $VERSION latest
else
mike deploy --push $VERSION
poetry run mike deploy --push $VERSION
fi

0 comments on commit 294bc62

Please sign in to comment.