Skip to content

Commit 0669ab8

Browse files
committed
Fix mkdocs command not found in CI
1 parent 4730598 commit 0669ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838

3939
- name: Install dependencies
4040
run: |
41-
uv pip install --system -e ".[docs]"
41+
uv sync --extra docs
4242
4343
- name: Build documentation
44-
run: mkdocs build --strict
44+
run: uv run mkdocs build --strict
4545

4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)