Skip to content

Commit 263ad34

Browse files
Trying to get docs site deploy working (#288)
1 parent dc9bab1 commit 263ad34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docs-update.yml renamed to .github/workflows/docs-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ jobs:
134134
id: check-version
135135
uses: samuelcolvin/check-python-version@v4.1
136136
with:
137-
version_file_path: 'pydantic/version.py'
137+
version_file_path: 'src/python-fastui/fastui/__init__.py'
138138
skip_env_check: true
139139

140140
- run: mike deploy -b docs-site ${{ steps.check-version.outputs.VERSION_MAJOR_MINOR }} latest --update-aliases --push
141141
if: "(github.ref == 'refs/heads/docs-update' || startsWith(github.ref, 'refs/tags/')) && !fromJSON(steps.check-version.outputs.IS_PRERELEASE)"
142142
env:
143-
PYDANTIC_VERSION: v${{ steps.check-version.outputs.VERSION }}
143+
FASTUI_VERSION: v${{ steps.check-version.outputs.VERSION }}

0 commit comments

Comments
 (0)