Skip to content

Commit

Permalink
Update git add
Browse files Browse the repository at this point in the history
  • Loading branch information
silasprincipe authored Oct 9, 2024
1 parent eef3c37 commit bd382d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/render_and_update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
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

0 comments on commit bd382d8

Please sign in to comment.