Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
f7ddddf
1
Parent(s):
4a7c975
fix: `mkdocs` command not found in `publish-docs`
Browse files
.github/workflows/publish-docs.yaml
CHANGED
@@ -31,4 +31,4 @@ jobs:
|
|
31 |
path: .cache
|
32 |
restore-keys: |
|
33 |
mkdocs-material-
|
34 |
-
- run: mkdocs gh-deploy --force
|
|
|
31 |
path: .cache
|
32 |
restore-keys: |
|
33 |
mkdocs-material-
|
34 |
+
- run: uv run mkdocs gh-deploy --force
|