Skip to content

Commit 7e7cf3a

Browse files
Update deployment docs
1 parent 94bf98d commit 7e7cf3a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- main
6+
paths:
7+
- 'docs/**'
8+
- 'mkdocs.yaml'
9+
- '.github/workflows/deploy-docs.yml'
610

711
permissions:
812
contents: write
@@ -21,7 +25,7 @@ jobs:
2125
run: |
2226
pip install mkdocs-material
2327
pip install pillow cairosvg # for social cards
24-
# Add any other dependencies your docs need
28+
pip install mkdocs-glightbox # for your glightbox plugin
2529
2630
- name: Deploy docs
2731
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)