We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac0567 commit 52b531cCopy full SHA for 52b531c
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