|
@@ -47,7 +47,7 @@ jobs:
|
|
|
# This installs the latest version of DocFX and may introduce breaking changes
|
|
# This installs the latest version of DocFX and may introduce breaking changes
|
|
|
# run: dotnet tool update -g docfx
|
|
# run: dotnet tool update -g docfx
|
|
|
# This installs a specific, tested version of DocFX.
|
|
# This installs a specific, tested version of DocFX.
|
|
|
- run: dotnet tool update -g docfx --version 2.77.0
|
|
|
|
|
|
|
+ run: dotnet tool update -g docfx --version 2.78.3
|
|
|
|
|
|
|
|
- name: Build documentation
|
|
- name: Build documentation
|
|
|
run: ./build-all.bat
|
|
run: ./build-all.bat
|