Skip to content

Commit 6fe2ee1

Browse files
committed
Update workflow with requirements for mkdocs-with-pdf.
1 parent 53162b5 commit 6fe2ee1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ jobs:
1111
- uses: actions/setup-python@v2
1212
with:
1313
python-version: 3.x
14-
- run: pip install -r requirements-dev.txt
14+
- run: |
15+
apt install -y libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 libffi-dev libjpeg-dev libopenjp2-7-dev
16+
pip install -r requirements-dev.txt
1517
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)