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 efa966d commit a4b7f00Copy full SHA for a4b7f00
.github/actions/mkdocs-pages/action.yaml
@@ -47,6 +47,9 @@ runs:
47
uses: actions/setup-python@v5
48
with:
49
python-version: 3.x
50
+ - name: Install linux dependencies for lxml
51
+ shell: bash
52
+ run: apt install libxml2 libxslt
53
- name: Install dependencies
54
shell: bash
55
run: |
.github/actions/mkdocs-pages/requirements.txt
@@ -18,6 +18,7 @@ mike==2.1.3
18
mkdocs==1.6.1
19
mkdocs-awesome-pages-plugin==2.10.1
20
mkdocs-get-deps==0.2.0
21
+mkdocs-glightbox==0.5.2
22
mkdocs-material==9.7.0
23
mkdocs-material-extensions==1.3.1
24
natsort==8.4.0
0 commit comments