Skip to content

Commit 557c38c

Browse files
authored
Merge pull request #15 from martinRenou/ci_disable_docs_build
Remove docs build from the CI
2 parents 8673c6f + 5425936 commit 557c38c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,5 @@ jobs:
3636
auto-activate-base: false
3737
channels: conda-forge
3838

39-
- name: Install jupyterlite-sphinx
40-
run: pip install -e .
41-
42-
- name: Build docs
43-
run: sphinx-build . build -vvv
44-
working-directory: docs
45-
4639
- name: Test PEP8
4740
run: black --check src

0 commit comments

Comments
 (0)