File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 18
18
python-version : " 3.9"
19
19
architecture : " x64"
20
20
- name : Install dependencies
21
- run : python -m pip install sphinx sphinx-material recommonmark sphinx-markdown-tables requests
21
+ run : python -m pip install sphinx sphinx-material recommonmark sphinx-markdown-tables requests pytest-check-links
22
+ - name : Check links
23
+ run : |
24
+ cp extensions.tpl extensions.md
25
+ pytest --check-links --ignore=_templates/
26
+ rm extensions.md
22
27
- name : Build website
23
28
env :
24
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
27
27
### UI enhancement
28
28
29
29
- [jupyterlab-topbar](https://github.com/jtpio/jupyterlab-topbar): JupyterLab Top Bar extension
30
- - [jupyterlab-topbar-text](. /packages/jupyterlab-topbar-text): add and edit custom text
30
+ - [jupyterlab-topbar-text](https://github.com/jtpio/jupyterlab-topbar/tree/main /packages/jupyterlab-topbar-text): add and edit custom text
31
31
- [jupyterlab-system-monitor](https://github.com/jtpio/jupyterlab-system-monitor): show system metrics (memory usage)
32
32
- [jupyterlab-logout](https://github.com/jtpio/jupyterlab-logout): add a "Log Out" button
33
33
- [jupyterlab-theme-toggle](https://github.com/jtpio/jupyterlab-theme-toggle): switch between the Light and Dark themes
You can’t perform that action at this time.
0 commit comments