We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9b4ad5 + 8c02f0a commit b852191Copy full SHA for b852191
1 file changed
.github/workflows/ci.yml
@@ -12,5 +12,7 @@ jobs:
12
- uses: actions/setup-python@v2
13
with:
14
python-version: 3.x
15
- - run: pip install mkdocs-material
+ - run: pip install mkdocs-material
16
+ - run: pip install pymdown-extensions
17
+ - run: pip install mkdocs-glightbox
18
- run: mkdocs gh-deploy --force
0 commit comments