We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a90e0 commit 0d776a4Copy full SHA for 0d776a4
.github/workflows/publish.yaml
@@ -20,7 +20,17 @@ jobs:
20
run: sudo python3 -m pip install gitpython pandocfilters
21
22
- name: Install mermaid diagram filter
23
- run: sudo npm install --global mermaid-filter
+ run: |
24
+ git clone https://github.com/raghur/mermaid-filter/
25
+ cd mermaid-filter
26
+ sed -i '1s/{/{ "overrides": { "puppeteer": "^21" },/' package.json
27
+ npm install --loglevel verbose
28
+ ls -lart
29
+ ls -la /usr/local/bin
30
+ head /usr/local/bin/mermaid-filter || true
31
+ sudo npm link --loglevel verbose
32
33
+ cd ..
34
35
- name: Build documentation
36
run: cd doc/doxygen-root && make && touch html/.nojekyll
0 commit comments