Skip to content

Commit f1255a4

Browse files
committed
Remove docs build from the CI
1 parent c7f60bf commit f1255a4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,3 @@ jobs:
5353

5454
- name: Import check
5555
run: python -c 'import ipyleaflet'
56-
57-
- name: Build docs (Only on Linux for saving time)
58-
if: matrix.os == 'ubuntu-latest'
59-
run: |
60-
mamba install sphinx sphinx_rtd_theme
61-
pip install -r docs/requirements.txt
62-
cd docs
63-
make html

0 commit comments

Comments
 (0)