Skip to content

Commit 52b531c

Browse files
authored
Update ci.yml
addd python markdown and glightbox extensions to build job
1 parent 3ac0567 commit 52b531c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ jobs:
1212
- uses: actions/setup-python@v2
1313
with:
1414
python-version: 3.x
15-
- run: pip install mkdocs-material
15+
- run: pip install mkdocs-material
16+
- run: pip install pymdown-extensions
17+
- run: pip install mkdocs-glightbox
1618
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)