Skip to content

Commit

Permalink
debug deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 authored Oct 25, 2023
1 parent e95e0c0 commit f1891f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ jobs:
run: |
python3 -m ensurepip
version=$(python3 -m pip freeze | grep -n "bloqade" | cut -d "=" -f3-)
echo $version
git fetch origin gh-pages --depth=1
pdm run mike deploy --push --update-alias $version latest

0 comments on commit f1891f2

Please sign in to comment.