Skip to content

Commit

Permalink
try nomaterial
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc12345 committed Jan 9, 2024
1 parent bfbdf5c commit 0d0d4db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d0d4db

Please sign in to comment.