Skip to content

Commit

Permalink
fix: fix git invocation in docs deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
eykd committed Feb 1, 2024
1 parent 44bd762 commit d4f7193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
git remote rm origin
git remote add origin "${remote_repo}"
git pull
git fetch origin
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 d4f7193

Please sign in to comment.