Skip to content

Commit

Permalink
fix publish_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jun 30, 2023
1 parent 492db2a commit aeb8fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:
with:
version_file_path: 'pydantic/version.py'

- run: mike deploy -b docs-site ${{ steps.check-version.outputs.VERSION_MAJOR_MINOR }} latest --update-aliases --push
- run: pdm run mike deploy -b docs-site ${{ steps.check-version.outputs.VERSION_MAJOR_MINOR }} latest --update-aliases --push
if: "startsWith(github.ref, 'refs/tags/') && !fromJSON(steps.check-version.outputs.IS_PRERELEASE)"

release:
Expand Down

1 comment on commit aeb8fd0

@Kim-gif283
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

00

Please sign in to comment.