diff --git a/.github/workflows/nbstripout.yml b/.github/workflows/nbstripout.yml index 5f98a21..60787c5 100644 --- a/.github/workflows/nbstripout.yml +++ b/.github/workflows/nbstripout.yml @@ -1,11 +1,8 @@ name: Notebook Output Checking on: pull_request: - paths: - - '**/*.ipynb' push: - paths: - - '**/*.ipynb' + jobs: check-notebook-outputs: runs-on: ubuntu-latest diff --git a/README.md b/README.md index c06025f..ae27d91 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ This will help quick assesment of each notebook's function while keeping the inf Do not use spaces in the filename. Instead, replace spaces with underlines (`_`). +Notebooks are available to view on [Times Square at the USDF](https://usdf-rsp-dev.slac.stanford.edu/times-square). + ## Methods diff --git a/times-square.yaml b/times-square.yaml new file mode 100644 index 0000000..8da911a --- /dev/null +++ b/times-square.yaml @@ -0,0 +1,3 @@ +enabled: true +description: > + Times Square engineering demo notebooks.