Skip to content

Commit 126de0c

Browse files
docs(ci): install mkdocs-material and plugins for gh-deploy
1 parent c2533c0 commit 126de0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install mkdocs
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install mkdocs
26+
python -m pip install mkdocs mkdocs-material mkdocs-minify-plugin mkdocs-git-revision-date-localized-plugin
2727
2828
- name: Build and deploy
2929
working-directory: sup-lang

0 commit comments

Comments
 (0)