This commit is contained in:
Frank Knoll
2024-04-25 13:16:15 +02:00
parent 3117d35855
commit 93e1c7767c

View File

@@ -45,7 +45,7 @@ jobs:
# 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"
git diff-index --quiet HEAD || git commit -m "updating data for batch codes"
- name: Executing Intensivstationen.ipynb
shell: bash -el {0}
run: |
@@ -53,7 +53,7 @@ jobs:
DATAWRAPPER_API_TOKEN=${{ secrets.DATAWRAPPER_API_TOKEN }} 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
git commit -m "updating data for Intensivstationen"
git diff-index --quiet HEAD || git commit -m "updating data for Intensivstationen"
- name: Pushing changes to GitHub Pages
shell: bash -el {0}
run: |