Update mkdocs-build.yml

This commit is contained in:
PurplePower
2025-08-26 15:27:55 +08:00
parent 14389579a7
commit 4c1cfd726c

View File

@@ -26,6 +26,5 @@ jobs:
path: ~/.cache path: ~/.cache
restore-keys: | restore-keys: |
mkdocs-material- mkdocs-material-
- run: pip install mkdocs-material - run: pip install -r ./docs/requirements.txt
- run: cd docs
- run: mkdocs gh-deploy --force - run: mkdocs gh-deploy --force