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 041f342 commit 2123588Copy full SHA for 2123588
.github/workflows/build-docs.yml
@@ -11,7 +11,6 @@ jobs:
11
- uses: actions/setup-python@v2
12
with:
13
python-version: 3.x
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
+ - run: sudo apt-get install -y libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 libffi-dev libjpeg-dev libopenjp2-7-dev
+ - run: pip install -r requirements-dev.txt
17
- run: mkdocs gh-deploy --force
0 commit comments