Selaa lähdekoodia

chore: DocFX bumped

Vaclav Elias 2 vuotta sitten
vanhempi
sitoutus
0be2b65c57

+ 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