Skip to content

Commit 3040c33

Browse files
Update documentation.yml
Minor fixes
1 parent e867899 commit 3040c33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "*"
7+
workflow_dispatch:
78

89
env:
910
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
@@ -23,6 +24,7 @@ jobs:
2324
- name: Install dependencies
2425
run: |
2526
choco install doxygen.install -y
27+
choco install Graphviz -y
2628
2729
- name: Build
2830
run: |

0 commit comments

Comments
 (0)