Skip to content

Commit 0a90b66

Browse files
committed
Disable docs test on CI for now
1 parent d6564eb commit 0a90b66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ jobs:
6262
# pytest
6363
# npm run test:ci
6464
65-
- name: Check docs can be build + links
66-
run: |
67-
pushd docs
68-
make html
69-
make linkcheck
70-
popd
65+
# - name: Check docs can be build + links
66+
# run: |
67+
# pushd jupyter-widget-testwidgets/docs
68+
# make html
69+
# make linkcheck
70+
# popd
7171

7272
- name: Make a non-local install so the data_files get populated
7373
run: |

0 commit comments

Comments
 (0)