Skip to content

Commit

Permalink
add doc extra
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil committed Nov 7, 2024
1 parent 0269f38 commit d157c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
- run: uv run mike deploy -b gh-pages latest --push
- run: uv run --extra doc mike deploy -b gh-pages latest --push
if: "github.ref == 'refs/heads/main'"

- if: "startsWith(github.ref, 'refs/heads/docs')"
Expand All @@ -44,7 +44,7 @@ jobs:
version_file_path: 'src/aact/__about__.py'
skip_env_check: true

- run: uv run mike deploy -b gh-pages ${{ steps.check-version.outputs.VERSION_MAJOR_MINOR }} latest --update-aliases --push
- run: uv run --extra doc 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)"
env:
PYDANTIC_VERSION: v${{ steps.check-version.outputs.VERSION }}

0 comments on commit d157c0f

Please sign in to comment.