From b7d0082f58219e2768fbb92785776b83140d1d94 Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Sun, 31 Dec 2023 00:15:52 +0100 Subject: [PATCH] ipynb: fixes --- .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 78c4312eb..a8ef0cc7c 100644 --- a/.github/workflows/notebook.yml +++ b/.github/workflows/notebook.yml @@ -52,7 +52,7 @@ jobs: - name: Run Notebooks run: | cd ipynb - find ${{ github.event.inputs.path }} -name '*.ipynb' -print0 | xargs -n1 -0 ./run_notebook.sh {} \; + find ${{ github.event.inputs.path }} -name '*.ipynb' -print0 | xargs -n1 -0 ./run_notebook.sh --html --pdf - name: Archive reports uses: actions/upload-artifact@v4 with: