Skip to content

Commit

Permalink
fix: fix Github docs deploy action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
eykd committed Feb 1, 2024
1 parent 0a3796e commit a98a099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
poetry install --with=dev
- run: |
poetry run mike set-default latest
poetry run mike deploy $(poetry version --short|cut -d. -f-2) latest
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
poetry run mike deploy --push --update-aliases $(poetry version --short|cut -d. -f-2) latest
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit a98a099

Please sign in to comment.