try nomaterial

This commit is contained in:
yyc12345 2024-01-09 20:52:51 +08:00
parent bfbdf5c99b
commit 0d0d4db2db

View File

@ -13,9 +13,14 @@ jobs:
uses: actions/checkout@v4
with:
ref: ng
- name: Install MkDocs
run: |
echo 'mkdocs' > requirements.txt
echo 'pymdown-extensions' >> requirements.txt
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: docs/mkdocs.yml