Skip to content

Commit 9a95656

Browse files
committed
chore: change docfx installation to dotnet
1 parent 18706fe commit 9a95656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
dotnet --info
4343
dotnet restore ./src/DevTKSS.Uno.Samples.sln
4444
45-
- name: Install DocFX 2.78.3
45+
- name: Install DocFX as .NET tool
4646
run: |
47-
choco install docfx --version=2.78.3 -y
47+
dotnet tool install -g docfx --version 2.78.3
4848
docfx --version
4949
5050
- name: Build metadata

0 commit comments

Comments
 (0)