Skip to content

Commit 2123588

Browse files
committed
Fix syntax error.
1 parent 041f342 commit 2123588

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
- uses: actions/setup-python@v2
1212
with:
1313
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
14+
- run: sudo apt-get install -y libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 libffi-dev libjpeg-dev libopenjp2-7-dev
15+
- run: pip install -r requirements-dev.txt
1716
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)