File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
3636 source : pattern-categorization/innersource-program-mind-map.html
3737 destination : innersource-program-mind-map.png
3838 full-page : false
39- # - name: Copy Screenshot
40- # run: cp ${{ steps.screenshot-generator.outputs.path }} .
41- # - name: Reduce Screenshot Size (PNG)
42- # run: npx optipng innersource-program-mind-map.png
43- # - name: Commit Changes
44- # uses: stefanzweifel/git-auto-commit-action@v4
45- # with:
46- # commit_message: Re-creating markmap and screenshot
39+ - name : Copy Screenshot
40+ run : cp ${{ steps.screenshot-generator.outputs.path }} .
41+ - name : Reduce Screenshot Size (PNG)
42+ run : npx optipng innersource-program-mind-map.png
43+ - name : Commit Changes
44+ uses : stefanzweifel/git-auto-commit-action@v4
45+ with :
46+ commit_message : Re-creating markmap and screenshot
You can’t perform that action at this time.
0 commit comments