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 f438555 commit 1b5fdb5Copy full SHA for 1b5fdb5
1 file changed
.github/workflows/test.yml
@@ -29,3 +29,7 @@ jobs:
29
- name: Running tests
30
run: |
31
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