argh!!!
This commit is contained in:
4
.github/workflows/buildAndDeployWebsite.yml
vendored
4
.github/workflows/buildAndDeployWebsite.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
# jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --to notebook --allow-errors --execute HowBadIsMyBatch.ipynb
|
# 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 html HowBadIsMyBatch.nbconvert.ipynb
|
||||||
git add -A
|
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
|
- name: Executing Intensivstationen.ipynb
|
||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
run: |
|
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
|
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
|
jupyter nbconvert --to html Intensivstationen.nbconvert.ipynb
|
||||||
git add -A
|
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
|
- name: Pushing changes to GitHub Pages
|
||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user