Skip to content

Commit dacb3a4

Browse files
committed
Fix workflow
1 parent 839f1ac commit dacb3a4

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
@@ -49,7 +49,7 @@ jobs:
4949
# Take the screenshot
5050
npx pageres ${{ matrix.folder }}/innersource-program-mind-map.html --overwrite --filename=${{ matrix.folder }}/innersource-program-mind-map
5151
- name: Reduce Screenshot Size (PNG)
52-
run: npx optipng ${{ matrix.folder }}/innersource-program-mind-map.png"
52+
run: npx optipng ${{ matrix.folder }}/innersource-program-mind-map.png
5353
- name: Commit Changes
5454
uses: stefanzweifel/git-auto-commit-action@v6
5555
with:

0 commit comments

Comments
 (0)