Skip to content

Commit

Permalink
workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil committed Nov 7, 2024
1 parent 9b208eb commit a9f8a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
skip_env_check: true

- run: uv run mike deploy -b gh-pages ${{ steps.check-version.outputs.VERSION_MAJOR_MINOR }} latest --update-aliases --push
if: "startsWith(github.ref, 'refs/heads/docs')) && !fromJSON(steps.check-version.outputs.IS_PRERELEASE)"
if: "startsWith(github.ref, 'refs/heads/docs') && !fromJSON(steps.check-version.outputs.IS_PRERELEASE)"
env:
PYDANTIC_VERSION: v${{ steps.check-version.outputs.VERSION }}

0 comments on commit a9f8a25

Please sign in to comment.