We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2533c0 commit 126de0cCopy full SHA for 126de0c
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install mkdocs
24
run: |
25
python -m pip install --upgrade pip
26
- python -m pip install mkdocs
+ python -m pip install mkdocs mkdocs-material mkdocs-minify-plugin mkdocs-git-revision-date-localized-plugin
27
28
- name: Build and deploy
29
working-directory: sup-lang
0 commit comments