Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying new GHA for taking a screenshot #571

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions .github/workflows/generate-mindmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down