We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bf98d commit 7e7cf3aCopy full SHA for 7e7cf3a
.github/workflows/deploy-docs.yml
@@ -3,6 +3,10 @@ on:
3
push:
4
branches:
5
- main
6
+ paths:
7
+ - 'docs/**'
8
+ - 'mkdocs.yaml'
9
+ - '.github/workflows/deploy-docs.yml'
10
11
permissions:
12
contents: write
@@ -21,7 +25,7 @@ jobs:
21
25
run: |
22
26
pip install mkdocs-material
23
27
pip install pillow cairosvg # for social cards
24
- # Add any other dependencies your docs need
28
+ pip install mkdocs-glightbox # for your glightbox plugin
29
30
- name: Deploy docs
31
run: mkdocs gh-deploy --force
0 commit comments