Browse Source

chore: docfx version bumped

Vaclav Elias 1 year ago
parent
commit
8ced6079c0

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

@@ -30,7 +30,7 @@ jobs:
           lfs: true
 
       - name: Install DocFX
-        run: dotnet tool update -g docfx --version 2.75.2
+        run: dotnet tool update -g docfx --version 2.76.0
 
       - name: Build documentation
         run: ./build-all.bat

+ 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.75.2
+      run: dotnet tool update -g docfx --version 2.76.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.75.2
+      run: dotnet tool update -g docfx --version 2.76.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.75.2
+      run: dotnet tool update -g docfx --version 2.76.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.75.2
+      run: dotnet tool update -g docfx --version 2.76.0
 
     - name: Build documentation
       run: ./build-all.bat