Skip to content

Commit bd96a45

Browse files
committed
markmap: add --no-open parameter. possibly faster build time?
1 parent 50e2a11 commit bd96a45

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Node.js dependencies
2929
run: npm install
3030
- name: Run Markmap
31-
run: npx markmap --no-toolbar innersource-program-mind-map.md -o innersource-program-mind-map.html
31+
run: npx markmap --no-open --no-toolbar innersource-program-mind-map.md -o innersource-program-mind-map.html
3232
- name: Screenshot Markmap Website
3333
id: screenshot-generator
3434
uses: swinton/screenshot-website@main

0 commit comments

Comments
 (0)