From c9eaa6c228b48d7c8ea5f7f833fe25dc5e5b0b1f Mon Sep 17 00:00:00 2001 From: frankknoll Date: Mon, 27 Feb 2023 12:38:19 +0100 Subject: [PATCH] refactoring --- .github/workflows/buildAndDeployWebsite.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildAndDeployWebsite.yml b/.github/workflows/buildAndDeployWebsite.yml index 4d2f9994a9f..37d13d7dffd 100644 --- a/.github/workflows/buildAndDeployWebsite.yml +++ b/.github/workflows/buildAndDeployWebsite.yml @@ -39,10 +39,10 @@ jobs: shell: bash -el {0} run: | cd src - jupyter nbconvert --to script HowBadIsMyBatch.ipynb - python ./HowBadIsMyBatch.py - # jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --to notebook --allow-errors --execute HowBadIsMyBatch.ipynb - # jupyter nbconvert --to html HowBadIsMyBatch.nbconvert.ipynb + # jupyter nbconvert --to script HowBadIsMyBatch.ipynb + # python ./HowBadIsMyBatch.py + jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --to notebook --allow-errors --execute HowBadIsMyBatch.ipynb + jupyter nbconvert --to html HowBadIsMyBatch.nbconvert.ipynb git add -A git commit -m "updating data for batch codes" - name: Executing Intensivstationen.ipynb