From 9fd0a8a9792d8598f197de69e307ecf5ffe826dc Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sat, 7 Sep 2024 20:15:57 +0200 Subject: [PATCH] tst --- .github/workflows/buildAndDeployWebsite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/buildAndDeployWebsite.yml b/.github/workflows/buildAndDeployWebsite.yml index a3bf2209760..e111c4282a5 100644 --- a/.github/workflows/buildAndDeployWebsite.yml +++ b/.github/workflows/buildAndDeployWebsite.yml @@ -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