Skip to content

Commit 9109ae6

Browse files
committed
Run optipng in silent mode. Test for parent folder as well.
1 parent fbc406f commit 9109ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-mindmap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
npx pageres $dir/innersource-program-mind-map.html --overwrite --filename=$dir/innersource-program-mind-map 2560x1600
5959
6060
# Reduce Screenshot Size (PNG)
61-
npx optipng $dir/innersource-program-mind-map.png
61+
npx optipng -silent $dir/innersource-program-mind-map.png
6262
)
6363
done
6464
- name: Commit Changes

0 commit comments

Comments
 (0)