Skip to content

Commit

Permalink
forgot to install dfmg
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 16, 2024
1 parent 729b088 commit cc28965
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
repository: velopack/velopack.fusion
path: velopack.fusion

- name: Install docfx
run: dotnet tool install -g docfx
- name: Install dotnet tools
run: |
dotnet tool install -g docfx
dotnet tool install -g DocFxMarkdownGen
- name: Install dependencies
working-directory: velopack.docs
Expand Down

0 comments on commit cc28965

Please sign in to comment.