From a5248597f1d96821c44d3532e1e93f26551eb8f1 Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Sat, 30 Dec 2023 00:13:22 +0100 Subject: [PATCH] CI: add job for manually running (and updating) notebooks 10 --- .github/workflows/notebook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook.yml b/.github/workflows/notebook.yml index bfddabbf2..859db89d5 100644 --- a/.github/workflows/notebook.yml +++ b/.github/workflows/notebook.yml @@ -55,7 +55,7 @@ jobs: - name: Run Notebooks run: | cd ipynb - find ${{ github.event.inputs.path }} -name '*.ipynb' -exec echo "Processing notebook {}"; ./run_notebook.sh {} \; + find ${{ github.event.inputs.path }} -name '*.ipynb' -exec ./run_notebook.sh {} \; - name: Archive reports uses: actions/upload-artifact@v2 with: