Skip to content

Commit

Permalink
Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Apr 3, 2022
1 parent 041f342 commit 2123588
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-docs.yml
Expand Up @@ -11,7 +11,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: |
apt install -y libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 libffi-dev libjpeg-dev libopenjp2-7-dev
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
- run: mkdocs gh-deploy --force

0 comments on commit 2123588

Please sign in to comment.