Skip to content

Commit d477254

Browse files
authored
Update DocFX version
1 parent 88d02af commit d477254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-static-web-apps-nightly-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build Docs
1515
steps:
1616
- name: Install DocFX
17-
run: choco install docfx --version=2.58.9 -y
17+
run: choco install docfx --version=2.59.4 -y
1818

1919
- name: Checkout branch
2020
if: github.event_name == 'push'

.github/workflows/deploy-production-docs-to-zure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build Docs
1010
steps:
1111
- name: Install DocFX
12-
run: choco install docfx --version=2.58.9 -y
12+
run: choco install docfx --version=2.59.4 -y
1313

1414
- name: Checkout
1515
uses: actions/[email protected]

0 commit comments

Comments
 (0)