Skip to content

Commit c23fa91

Browse files
authored
Merge pull request #607 from HighnessAtharva/fix-glightbox-ci
Install mkdocs-glightbox in CI
2 parents 4ef78b6 + 2eb4ca6 commit c23fa91

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
- run: pip install mkdocs-redirects
2323
- run: pip install mkdocs-embed-external-markdown
2424
- run: pip install neoteroi-mkdocs
25+
- run: pip install mkdocs-glightbox
2526
- run: mkdocs gh-deploy --force

.github/workflows/workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
pip install mkdocs-redirects
2525
pip install mkdocs-embed-external-markdown
2626
pip install neoteroi-mkdocs
27+
pip install mkdocs-glightbox
2728
mkdocs build
2829
2930
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)