Skip to content

Commit

Permalink
fixing command to extract version.
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Nov 28, 2023
1 parent 439d724 commit 604260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
version=$(python -c "import bloqade; print(bloqade.__version__)")
version=$(pdm run python3 -c "import bloqade; print(bloqade.__version__)")
git fetch origin gh-pages --depth=1
pdm run mike deploy --push --update-alias $version latest

0 comments on commit 604260b

Please sign in to comment.