We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80595c7 commit 8b38e50Copy full SHA for 8b38e50
.github/workflows/generate-mindmap.yml
@@ -30,6 +30,8 @@ jobs:
30
run: npm install
31
- name: Run Markmap
32
run: npx markmap --no-open --no-toolbar innersource-program-mind-map.md -o innersource-program-mind-map.html
33
+ - name: Disable AppArmor for unprivileged user namespaces
34
+ run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
35
- name: Screenshot Markmap Website
36
run: npx pageres innersource-program-mind-map.html --overwrite --filename=innersource-program-mind-map
37
- name: Reduce Screenshot Size (PNG)
0 commit comments