Skip to content

Commit 2b000c4

Browse files
committed
fix installation for deploying to GitHub Pages
1 parent 1ae74a0 commit 2b000c4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/github-pages.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ jobs:
2424
path: .cache
2525
restore-keys: |
2626
mkdocs-material-
27-
- run: pip install mkdocs-material
28-
- run: mkdocs gh-deploy --force
27+
- name: Set up uv
28+
shell: bash
29+
run: pipx install uv
30+
- run: make install-deps-docs
31+
- run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)