Skip to content

Commit 36eb621

Browse files
committed
Fix build of docs website
1 parent 75a4852 commit 36eb621

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dotnetCi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
run: dotnet tool install --global dotnet-sonarscanner
5757
- name: Install Coverlet console
5858
run: dotnet tool install --global coverlet.console
59+
- name: Install DocFX
60+
run: dotnet tool install --global docfx
5961
- name: Install Node.js for building JSON-to-HTML report converter
6062
uses: actions/setup-node@v6.2.0
6163
- name: Install Java JDK for SonarScanner

0 commit comments

Comments
 (0)