We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ac883 commit d9264ceCopy full SHA for d9264ce
2 files changed
.github/workflows/gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
run: pip install -r requirements.txt
21
22
- name: Build
23
- run: mkdocs build
+ run: zensical build
24
25
- name: Deploy
26
uses: peaceiris/actions-gh-pages@v4
requirements.txt
@@ -1,5 +1,4 @@
1
-mkdocs
2
-mkdocs-material
+zensical
3
mkdocs-minify-plugin
4
mkdocs-git-revision-date-localized-plugin
5
mkdocs-git-committers-plugin-2
0 commit comments