Skip to content

Commit

Permalink
Add generated orx-jvm README.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Jan 22, 2022
1 parent 691168b commit 518fa74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
git reset HEAD -- .
(git add README.md && git commit -m "add auto-generated README" && git push origin master) || true
(git add [a-z-]*/README.md && git commit -m "add demos to README.md" && git push origin master) || true
(git add orx-jvm/[a-z-]*/README.md && git commit -m "add orx-jvm demos to README.md" && git push origin master) || true
git checkout --orphan media
git reset HEAD -- .
git add [a-z-]*/images/*.png
Expand Down

0 comments on commit 518fa74

Please sign in to comment.