Skip to content

Commit 08b3779

Browse files
ci: adding doc build
1 parent 8f89794 commit 08b3779

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,16 @@ jobs:
5252
pip install tox
5353
- name: Run linters
5454
run: tox -e lint || true
55+
56+
doc:
57+
runs-on: ubuntu-latest
58+
needs: build
59+
steps:
60+
- uses: actions/checkout@v4
61+
- uses: actions/setup-python@v5
62+
with:
63+
python-version: '3.10'
64+
- run: |
65+
pip install tox
66+
- name: Run linters
67+
run: tox -e doc

0 commit comments

Comments
 (0)