We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4403aff commit 04985b1Copy full SHA for 04985b1
.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