We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc406f commit 9109ae6Copy full SHA for 9109ae6
.github/workflows/generate-mindmap.yml
@@ -58,7 +58,7 @@ jobs:
58
npx pageres $dir/innersource-program-mind-map.html --overwrite --filename=$dir/innersource-program-mind-map 2560x1600
59
60
# Reduce Screenshot Size (PNG)
61
- npx optipng $dir/innersource-program-mind-map.png
+ npx optipng -silent $dir/innersource-program-mind-map.png
62
)
63
done
64
- name: Commit Changes
0 commit comments