Skip to content

Commit

Permalink
Trying to get docs site deploy working (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Apr 29, 2024
1 parent dc9bab1 commit 263ad34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/docs-update.yml → .github/workflows/docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ jobs:
id: check-version
uses: samuelcolvin/check-python-version@v4.1
with:
version_file_path: 'pydantic/version.py'
version_file_path: 'src/python-fastui/fastui/__init__.py'
skip_env_check: true

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

0 comments on commit 263ad34

Please sign in to comment.