Skip to content

Commit

Permalink
add poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Nov 15, 2023
1 parent 3a052b3 commit 466395f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: |
if [[ "${{github.ref_name}}" == "main" ]]; then
mike deploy main --push --force
poetry run mike deploy main --push --force
else
mike deploy dev --push --force
poetry run mike deploy dev --push --force
fi
mike set-default dev --push
poetry run mike set-default dev --push
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: |
mike deploy test
poetry run mike deploy test

0 comments on commit 466395f

Please sign in to comment.