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