We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4730598 commit 0669ab8Copy full SHA for 0669ab8
.github/workflows/deploy-docs.yml
@@ -38,10 +38,10 @@ jobs:
38
39
- name: Install dependencies
40
run: |
41
- uv pip install --system -e ".[docs]"
+ uv sync --extra docs
42
43
- name: Build documentation
44
- run: mkdocs build --strict
+ run: uv run mkdocs build --strict
45
46
- name: Upload artifact
47
uses: actions/upload-pages-artifact@v3
0 commit comments