diff --git a/.github/workflows/generate-screenshots.yml b/.github/workflows/generate-screenshots.yml index e664b102a..bd6336e15 100644 --- a/.github/workflows/generate-screenshots.yml +++ b/.github/workflows/generate-screenshots.yml @@ -25,11 +25,9 @@ jobs: git config --global user.email "actions@openrndr.org" git config --global user.name "OPENRNDR Actions" git reset HEAD -- . - git add [a-z-]*/README.md - git commit -m "add demos to README.md" - git push origin master + (git add [a-z-]*/README.md && git commit -m "add demos to README.md" && git push origin master) || true git checkout --orphan media git reset HEAD -- . git add [a-z-]*/images/*.png git commit -m "add auto-generated media" - git push -f origin media \ No newline at end of file + git push -f origin media