From 691168b9824dff391ff7ffa7fe7a211678c0de5e Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Sat, 22 Jan 2022 09:08:06 +0100 Subject: [PATCH] Add orx-jvm screenshots to media, method 2 --- .github/workflows/generate-screenshots.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-screenshots.yml b/.github/workflows/generate-screenshots.yml index c1d673a16..9249fbe91 100644 --- a/.github/workflows/generate-screenshots.yml +++ b/.github/workflows/generate-screenshots.yml @@ -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