Browse Source

Merge pull request #154 from VaclavElias/chore-docfx-bumped

chore: DocFX bumped
Vaclav Elias 2 years ago
parent
commit
dba2eccd11

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

@@ -49,7 +49,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.4
+      run: dotnet tool update -g docfx --version 2.71.0
 
     - name: Build documentation
       run: ./build-all.bat

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

@@ -42,7 +42,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.4
+      run: dotnet tool update -g docfx --version 2.71.0
 
     - name: Build documentation
       run: ./build-all.bat

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

@@ -49,7 +49,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.4
+      run: dotnet tool update -g docfx --version 2.71.0
 
     - name: Build documentation
       run: ./build-all.bat

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

@@ -42,7 +42,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.4
+      run: dotnet tool update -g docfx --version 2.71.0
 
     - name: Build documentation
       run: ./build-all.bat