Skip to content

Commit 80595c7

Browse files
committed
Use npx to find the lib on the commmand line
1 parent bf4d97c commit 80595c7

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run Markmap
3232
run: npx markmap --no-open --no-toolbar innersource-program-mind-map.md -o innersource-program-mind-map.html
3333
- name: Screenshot Markmap Website
34-
run: pageres innersource-program-mind-map.html --overwrite --filename=innersource-program-mind-map
34+
run: npx pageres innersource-program-mind-map.html --overwrite --filename=innersource-program-mind-map
3535
- name: Reduce Screenshot Size (PNG)
3636
run: npx optipng innersource-program-mind-map.png
3737
- name: Commit Changes

0 commit comments

Comments
 (0)