Skip to content

Commit 0b27778

Browse files
committed
.github: install missing glightbox plugin for mkdocs
This is for automatic image zoom. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 3e25297 commit 0b27778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
pipx inject mkdocs mkdocs-material
4141
pipx inject mkdocs pymdown-extensions
4242
pipx inject mkdocs mkdocs-callouts
43+
pipx inject mkdocs mkdocs-glightbox
4344
4445
- name: Build documentation
4546
run: mkdocs build --clean

0 commit comments

Comments
 (0)