removing Intensivstationen app

This commit is contained in:
Frank Knoll
2024-07-13 16:51:09 +02:00
parent 3ab244f1a1
commit 7c6053b6aa
412 changed files with 0 additions and 2350 deletions

View File

@@ -45,14 +45,6 @@ jobs:
# jupyter nbconvert --to html HowBadIsMyBatch.nbconvert.ipynb
git add -A
git diff-index --quiet HEAD || git commit -m "updating data for batch codes"
- name: Executing Intensivstationen.ipynb
shell: bash -el {0}
run: |
cd src/intensivstationen
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 diff-index --quiet HEAD || git commit -m "updating data for Intensivstationen"
- name: Pushing changes to GitHub Pages
shell: bash -el {0}
run: |