Skip to content

Commit

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

- name: Install docfx
run: dotnet tool install -g docfx

- name: Install dependencies
working-directory: velopack.docs
run: npm ci
Expand Down

0 comments on commit 729b088

Please sign in to comment.