Skip to content

Commit cc28965

Browse files
committed
forgot to install dfmg
1 parent 729b088 commit cc28965

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/daily.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ jobs:
3939
repository: velopack/velopack.fusion
4040
path: velopack.fusion
4141

42-
- name: Install docfx
43-
run: dotnet tool install -g docfx
42+
- name: Install dotnet tools
43+
run: |
44+
dotnet tool install -g docfx
45+
dotnet tool install -g DocFxMarkdownGen
4446
4547
- name: Install dependencies
4648
working-directory: velopack.docs

0 commit comments

Comments
 (0)