diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abdb2b0..223fe97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Base Setup uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 @@ -82,12 +82,3 @@ jobs: jupyter labextension list jupyter labextension list 2>&1 | grep -ie "jupyter_app_launcher.*OK" python -m jupyterlab.browser_check --no-browser-test - - check_links: - name: Check Links - runs-on: ubuntu-latest - timeout-minutes: 15 - steps: - - uses: actions/checkout@v3 - - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - - uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1 diff --git a/README.md b/README.md index 9269d84..e9537c9 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ conda install -c conda-forge jupyter_app_launcher ![Dynamic layout](./docs/source/images/url.gif) +### Open VSCode Web inside JupyterLab + +See [code server example](./samples/code-server/README.md) + ## Contributing See [Contributing](https://jupyter-app-launcher.readthedocs.io/en/latest/develop-install.html)