

fix: `mkdocs` command not found in `publish-docs`
@26ecd7818df3d32d2a49553c494d53900464fad3
--- .github/workflows/publish-docs.yaml
+++ .github/workflows/publish-docs.yaml
... | ... | @@ -31,4 +31,4 @@ |
31 | 31 |
path: .cache |
32 | 32 |
restore-keys: | |
33 | 33 |
mkdocs-material- |
34 |
- - run: mkdocs gh-deploy --force |
|
34 |
+ - run: uv run mkdocs gh-deploy --force |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?