Skip to content

Commit da9e98d

Browse files
committed
fix ci
1 parent 1858831 commit da9e98d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ jobs:
4444
yarn run lint:check
4545
yarn run test
4646
47-
- name: Check docs can be build + links
48-
working-directory: jupyter-widget-testwidgets/docs
49-
run: |
50-
sudo apt install -y pandoc
51-
make html SPHINXOPTS="-W"
52-
python -m pytest --check-links
53-
5447
- name: Validate extension usage
5548
working-directory: jupyter-widget-testwidgets
5649
run: |
@@ -62,3 +55,11 @@ jobs:
6255
jupyter labextension list 2>&1 | grep -ie "jupyter-widget-testwidgets.*OK"
6356
# Make sure our lab extension can be develop installed.
6457
jupyter labextension develop . --overwrite
58+
59+
- name: Check docs can be build + links
60+
if: {{ matrix.os == 'ubuntu-latest' }}
61+
working-directory: jupyter-widget-testwidgets/docs
62+
run: |
63+
sudo apt install -y pandoc
64+
make html SPHINXOPTS="-W"
65+
python -m pytest --check-links

{{cookiecutter.github_project_name}}/.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
yarn run test
3333
3434
- name: Check docs can be build + links
35+
if: {{ matrix.os == 'ubuntu-latest' }}
3536
run: |
3637
sudo apt install -y pandoc
3738
pushd docs

0 commit comments

Comments
 (0)