Skip to content

Commit a4b7f00

Browse files
authored
adding the linux dependencies for the required package lxml (#8)
1 parent efa966d commit a4b7f00

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/mkdocs-pages/action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ runs:
4747
uses: actions/setup-python@v5
4848
with:
4949
python-version: 3.x
50+
- name: Install linux dependencies for lxml
51+
shell: bash
52+
run: apt install libxml2 libxslt
5053
- name: Install dependencies
5154
shell: bash
5255
run: |

.github/actions/mkdocs-pages/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ mike==2.1.3
1818
mkdocs==1.6.1
1919
mkdocs-awesome-pages-plugin==2.10.1
2020
mkdocs-get-deps==0.2.0
21+
mkdocs-glightbox==0.5.2
2122
mkdocs-material==9.7.0
2223
mkdocs-material-extensions==1.3.1
2324
natsort==8.4.0

0 commit comments

Comments
 (0)