feat: add CI/CD infrastructure for development and deployment

This commit is contained in:
2025-01-06 14:38:51 -05:00
parent d137aa97f9
commit eb2213f6a7
4 changed files with 44 additions and 1 deletions
+1 -1
View File
@@ -63,4 +63,4 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: cd docs && mkdocs gh-deploy --force