Skip to content

Commit a539aaa

Browse files
committed
Upgrade MkDocs and dependencies installation in deploy workflow
1 parent 4c203be commit a539aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- name: Create virtual environment
3838
run: uv venv
3939
- name: Install MkDocs and Material for MkDocs
40-
run: uv pip install mkdocs-material mkdocstrings[python]
40+
run: uv pip install --upgrade mkdocstrings[python] mkdocs-material
4141
- name: Install Pillow and CairoSVG (required for social card generation)
42-
run: uv pip install pillow cairosvg
42+
run: uv pip install --upgrade pillow cairosvg
4343
- name: Build site (_site directory name is used for Jekyll compatiblity)
4444
run: uv run mkdocs build --config-file ./mkdocs.yml --site-dir ./_site
4545
- name: Upload artifact

0 commit comments

Comments
 (0)