From a756bd292514212de91b7a2901a86cab63a3d9d8 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Tue, 17 Jan 2023 15:15:58 +0100 Subject: [PATCH] argh!!! --- .github/workflows/buildAndDeployWebsite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildAndDeployWebsite.yml b/.github/workflows/buildAndDeployWebsite.yml index 5e54e3b8a7a..676d52893f1 100644 --- a/.github/workflows/buildAndDeployWebsite.yml +++ b/.github/workflows/buildAndDeployWebsite.yml @@ -45,7 +45,7 @@ jobs: - name: Executing Intensivstationen.ipynb shell: bash -el {0} run: | - src/intensivstationen + cd src/intensivstationen jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --to notebook --allow-errors --execute Intensivstationen.ipynb jupyter nbconvert --to html Intensivstationen.nbconvert.ipynb git add -A