enable docs

This commit is contained in:
kevin xu
2021-09-18 19:12:39 +08:00
parent f37721c5bd
commit 4d777da3a3
+4 -2
View File
@@ -13,5 +13,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: |
pip install -r requirements.txt
- run: |
mkdocs gh-deploy --force