This commit is contained in:
frankknoll
2024-09-07 20:15:57 +02:00
parent 96b1794d98
commit 9fd0a8a979

View File

@@ -45,6 +45,7 @@ jobs:
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 status
git add -A
git diff-index --quiet HEAD || git commit -m "updating data for batch codes"
- name: Pushing changes to GitHub Pages