Skip to content

Commit

Permalink
Add action to commit README.md files to master
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Apr 27, 2020
1 parent eb93baf commit 81cebb8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:
run: |
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 checkout --orphan media
git reset HEAD -- .
git add [a-z-]*/images/*.png
git commit -m "auto generated media"
git push -f origin media
git commit -m "add auto-generated media"
git push -f origin media

0 comments on commit 81cebb8

Please sign in to comment.