Skip to content

Commit 1b5fdb5

Browse files
committed
Make sure documentation builds as part of the test suite.
1 parent f438555 commit 1b5fdb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
- name: Running tests
3030
run: |
3131
poetry run pytest --cov=flask_babel --cov-report=xml
32+
33+
- name: Building documentation
34+
run: |
35+
cd docs && poetry run make clean && poetry run make html

0 commit comments

Comments
 (0)