Skip to content

Commit

Permalink
Fix .github/workflows/docs-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Oct 11, 2024
1 parent 05bf2dd commit e12b37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
echo "VERSION=$(poetry version -s)" >> $GITHUB_ENV
- name: Deploy on push to docs-update branch or tag push
if: ${{ (github.ref == 'refs/heads/docs-update' || startsWith(github.ref, 'refs/tags/')) && !fromJSON(steps.check-version.outputs.IS_PRERELEASE) }}
if: ${{ (github.ref == 'refs/heads/docs-update' || startsWith(github.ref, 'refs/tags/')) }}
run: |
poetry run mike deploy -b gh-pages ${{ env.VERSION }} latest --update-aliases --push

0 comments on commit e12b37f

Please sign in to comment.