Skip to content

Commit

Permalink
ci: add poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed May 15, 2024
1 parent 8d550ea commit ab877fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
run: |
git pull
mike set-default --push latest
poetry run mike set-default --push latest
poetry run mike deploy --push --update-aliases master latest
- name: Get Tag
Expand All @@ -49,7 +49,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
git pull
mike set-default --push latest
poetry run mike set-default --push latest
poetry run mike deploy --push --update-aliases ${{ steps.get_tag.outputs.TAG }} latest
- name: Upload to GitHub Pages
Expand Down

0 comments on commit ab877fc

Please sign in to comment.