File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
{{cookiecutter.github_project_name}}/.github/workflows Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments