From 9cf9d00ec8da4d35aa014eb1fca5d723e75637d4 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 8 Jul 2024 15:21:27 +0200 Subject: [PATCH] Update nbconvert.yml --- .github/workflows/nbconvert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nbconvert.yml b/.github/workflows/nbconvert.yml index 12dea87..9257b89 100644 --- a/.github/workflows/nbconvert.yml +++ b/.github/workflows/nbconvert.yml @@ -35,7 +35,7 @@ jobs: - name: running nbconvert run: | jupyter nbconvert --execute --to notebook --inplace --ExecutePreprocessor.timeout=-1 $FIRST_IPYNB_FILE - # Use the output from the `preflight` step + - name: committing changes uses: stefanzweifel/git-auto-commit-action@v5 with: