Skip to content

Commit

Permalink
Test building the docs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored and felipesanches committed Feb 23, 2024
1 parent 80e63d8 commit 732114f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt -r requirements-tests.txt
python -m pip install -r requirements.txt -r requirements-tests.txt -r requirements-docs.txt
python -m pip freeze --all
- name: Install FontBakery
Expand All @@ -86,3 +86,7 @@ jobs:
run: |
python -m pytest --quiet --cov
- name: Ensure documentation can build (only Ubuntu/Python 3.10)
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
run: |
cd docs; make html

0 comments on commit 732114f

Please sign in to comment.