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 319f94a commit c435a25Copy full SHA for c435a25
.github/workflows/publish.yaml
@@ -14,10 +14,7 @@ jobs:
14
- name: Install doxygen
15
run: |
16
sudo apt update
17
- sudo apt install doxygen graphviz pandoc npm
18
-
19
- - name: Install python modules
20
- run: sudo python3 -m pip install gitpython pandocfilters
+ sudo apt-get install --no-install-recommends -y doxygen graphviz pandoc npm python3-git python3-pandocfilters
21
22
- name: Install mermaid diagram filter
23
0 commit comments