Skip to content

Commit 30f8776

Browse files
committed
Fix the docfx version
1 parent c8aa6a9 commit 30f8776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Install DocFX
108108
run: |
109-
dotnet tool update -g docfx
109+
dotnet tool update -g docfx --version 2.61.0
110110
111111
- name: Build Documentation
112112
working-directory: team_project # 进入项目目录

0 commit comments

Comments
 (0)