Skip to content

Commit

Permalink
Add orx-jvm screenshots to media, method 2
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Jan 22, 2022
1 parent dc725f1 commit 691168b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
git checkout --orphan media
git reset HEAD -- .
git add [a-z-]*/images/*.png
git add orx-jvm/[a-z-]*/images/*.png
cd orx-jvm
git add [a-z-]*/images/*.png
cd ..
git commit -m "add auto-generated media"
git push -f origin media

0 comments on commit 691168b

Please sign in to comment.