From bd382d839c95bb68983d80ac8cc931de7b0bbb7a Mon Sep 17 00:00:00 2001 From: silasprincipe <53846571+silasprincipe@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:26:17 +0200 Subject: [PATCH] Update git add --- .github/workflows/render_and_update_readme.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/render_and_update_readme.yml b/.github/workflows/render_and_update_readme.yml index 398d3e6..90af649 100644 --- a/.github/workflows/render_and_update_readme.yml +++ b/.github/workflows/render_and_update_readme.yml @@ -47,6 +47,7 @@ jobs: run: | git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" - git add notebooks/screenshots README.md + git add notebooks/screenshots + git add notebooks/README.md git commit -m "Auto update README with new files and screenshots" git push