From b6c1b969e80f9d2a57286406b183034ff2899d8a Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sun, 15 Jan 2023 22:40:43 +0100 Subject: [PATCH] argh!!! --- .github/workflows/buildAndDeployWebsite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildAndDeployWebsite.yml b/.github/workflows/buildAndDeployWebsite.yml index 9c6ee0bba31..993ad385a2e 100644 --- a/.github/workflows/buildAndDeployWebsite.yml +++ b/.github/workflows/buildAndDeployWebsite.yml @@ -33,7 +33,7 @@ jobs: cd src jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --to notebook --allow-errors --execute HowBadIsMyBatch.ipynb jupyter nbconvert --to html HowBadIsMyBatch.nbconvert.ipynb - - name Pushing changes to GitHub Pages + - name: Pushing changes to GitHub Pages shell: bash -el {0} run: | git config --global user.email "Knoll_Frank@web.de"