Browse Source

feat: DocFX version bumped

Vaclav Elias 2 years ago
parent
commit
9f6e258276

+ 1 - 1
.github/workflows/stride-docs-staging-azure.yml

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

+ 1 - 1
.github/workflows/stride-docs-staging-fast-track-azure.yml

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