We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c203be commit a539aaaCopy full SHA for a539aaa
.github/workflows/deploy-docs.yaml
@@ -37,9 +37,9 @@ jobs:
37
- name: Create virtual environment
38
run: uv venv
39
- name: Install MkDocs and Material for MkDocs
40
- run: uv pip install mkdocs-material mkdocstrings[python]
+ run: uv pip install --upgrade mkdocstrings[python] mkdocs-material
41
- name: Install Pillow and CairoSVG (required for social card generation)
42
- run: uv pip install pillow cairosvg
+ run: uv pip install --upgrade pillow cairosvg
43
- name: Build site (_site directory name is used for Jekyll compatiblity)
44
run: uv run mkdocs build --config-file ./mkdocs.yml --site-dir ./_site
45
- name: Upload artifact
0 commit comments