Skip to content

Commit 2e58643

Browse files
committed
Stop building docs in CI
1 parent 8cafc44 commit 2e58643

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/pytest.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ jobs:
4646
run: |
4747
make check
4848
49-
- name: Build API docs
50-
if: steps.install.outcome == 'success' && (success() || failure())
51-
env:
52-
SHINYLIVE_SRC: ""
53-
run: |
54-
cd docs && make html
55-
56-
5749
e2e:
5850
runs-on: ${{ matrix.os }}
5951
if: github.event_name != 'release'

0 commit comments

Comments
 (0)