We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9bab1 commit 263ad34Copy full SHA for 263ad34
.github/docs-update.yml renamed to .github/workflows/docs-update.yml
@@ -134,10 +134,10 @@ jobs:
134
id: check-version
135
uses: samuelcolvin/check-python-version@v4.1
136
with:
137
- version_file_path: 'pydantic/version.py'
+ version_file_path: 'src/python-fastui/fastui/__init__.py'
138
skip_env_check: true
139
140
- run: mike deploy -b docs-site ${{ steps.check-version.outputs.VERSION_MAJOR_MINOR }} latest --update-aliases --push
141
if: "(github.ref == 'refs/heads/docs-update' || startsWith(github.ref, 'refs/tags/')) && !fromJSON(steps.check-version.outputs.IS_PRERELEASE)"
142
env:
143
- PYDANTIC_VERSION: v${{ steps.check-version.outputs.VERSION }}
+ FASTUI_VERSION: v${{ steps.check-version.outputs.VERSION }}
0 commit comments