Skip to content

Commit

Permalink
ci: faster doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang committed Nov 11, 2024
1 parent 801b311 commit 6c1e5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: uv python install ${{ matrix.python-version }}

- name: Install the project
run: uv sync --all-extras --dev
run: uv sync --extra docs

- name: Build docs
run: uv run mkdocs build
Expand Down

0 comments on commit 6c1e5bc

Please sign in to comment.