diff --git a/.github/workflows/generate-mindmap.yml b/.github/workflows/generate-mindmap.yml index 9da560145..69d4c8d61 100644 --- a/.github/workflows/generate-mindmap.yml +++ b/.github/workflows/generate-mindmap.yml @@ -28,10 +28,10 @@ jobs: - name: Install Node.js dependencies run: npm install - name: Run Markmap - run: npx markmap --no-toolbar innersource-program-mind-map.md -o innersource-program-mind-map.html + run: npx markmap --no-open --no-toolbar innersource-program-mind-map.md -o innersource-program-mind-map.html - name: Screenshot Markmap Website id: screenshot-generator - uses: swinton/screenshot-website@v1.x + uses: swinton/screenshot-website@main with: source: pattern-categorization/innersource-program-mind-map.html destination: innersource-program-mind-map.png