Skip to content

Commit

Permalink
Run documentation generation on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 18, 2023
1 parent b6807ff commit bf2ecac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
python3 -m mypy .
python3 -m nbqa flake8 .
python3 -m nbqa mypy .
- name: Run documentation generation
run: |
cd docs && make html
- name: Run tests
run: |
python3 -m coverage run --source=open_in_cloud_workflow -m pytest tests
Expand Down

0 comments on commit bf2ecac

Please sign in to comment.