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 af19306 commit 1f360e5Copy full SHA for 1f360e5
.github/workflows/doc.yml
@@ -20,6 +20,8 @@ jobs:
20
fetch-depth: 0
21
- name: 🔧 setup uv
22
uses: ./.github/uv
23
+ - name: ⚙️ install deps
24
+ run: uv sync --extra docs
25
- name: 📙 mkdocs build
26
run: uv run mkdocs build
27
- name: 📦 Upload artifacts
0 commit comments