Skip to content

Commit a434e40

Browse files
authored
Merge pull request #416 from stride3d/master
Deploy latest documentation updates to staging
2 parents 25987bd + 1188081 commit a434e40

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/common-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
# This installs the latest version of DocFX and may introduce breaking changes
4747
# run: dotnet tool update -g docfx
4848
# This installs a specific, tested version of DocFX.
49-
run: dotnet tool update -g docfx --version 2.76.0
49+
run: dotnet tool update -g docfx --version 2.78.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# This installs the latest version of DocFX and may introduce breaking changes
4848
# run: dotnet tool update -g docfx
4949
# This installs a specific, tested version of DocFX.
50-
run: dotnet tool update -g docfx --version 2.77.0
50+
run: dotnet tool update -g docfx --version 2.78.3
5151

5252
- name: Build documentation
5353
run: ./build-all.bat

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# This installs the latest version of DocFX and may introduce breaking changes
6161
# run: dotnet tool update -g docfx
6262
# This installs a specific, tested version of DocFX.
63-
run: dotnet tool update -g docfx --version 2.77.0
63+
run: dotnet tool update -g docfx --version 2.78.3
6464

6565
- name: Build documentation
6666
run: ./build-all.bat

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# This installs the latest version of DocFX and may introduce breaking changes
5555
# run: dotnet tool update -g docfx
5656
# This installs a specific, tested version of DocFX.
57-
run: dotnet tool update -g docfx --version 2.77.0
57+
run: dotnet tool update -g docfx --version 2.78.3
5858

5959
- name: Build documentation
6060
run: ./build-all.bat

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# This installs the latest version of DocFX and may introduce breaking changes
7070
# run: dotnet tool update -g docfx
7171
# This installs a specific, tested version of DocFX.
72-
run: dotnet tool update -g docfx --version 2.77.0
72+
run: dotnet tool update -g docfx --version 2.78.3
7373

7474
- name: Build documentation
7575
run: ./build-all.bat

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# This installs the latest version of DocFX and may introduce breaking changes
5555
# run: dotnet tool update -g docfx
5656
# This installs a specific, tested version of DocFX.
57-
run: dotnet tool update -g docfx --version 2.77.0
57+
run: dotnet tool update -g docfx --version 2.78.3
5858

5959
- name: Build documentation
6060
run: ./build-all.bat

.github/workflows/stride-docs-test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# This installs the latest version of DocFX and may introduce breaking changes
5858
# run: dotnet tool update -g docfx
5959
# This installs a specific, tested version of DocFX.
60-
run: dotnet tool update -g docfx --version 2.77.0
60+
run: dotnet tool update -g docfx --version 2.78.3
6161

6262
- name: Build documentation
6363
run: ./build-all.bat

0 commit comments

Comments
 (0)