Skip to content

Commit

Permalink
HYP-342 Update GH Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bonicim committed Aug 23, 2023
1 parent 434c0d1 commit 42dfcd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@ jobs:
- name: Run tests
run: |
make test-ci-github
- name: Install documentation dependencies
run: |
pip install sphinx sphinx_rtd_theme
pip install .'[documentation]'
- name: Check documentation build
run: |
sphinx-build docs/source _build
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Docs
on: [push, pull_request, workflow_dispatch]
on: [push, workflow_dispatch]
permissions:
contents: write
jobs:
Expand Down

0 comments on commit 42dfcd8

Please sign in to comment.