Skip to content

Commit 122d81b

Browse files
committed
generate docs during CI
1 parent 391045c commit 122d81b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: tox -e pylint
3030
- name: Docstyle
3131
run: tox -e docstyle
32+
- name: Doc Generation
33+
run: tox -e docs
3234

3335
test:
3436
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)