We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fa788 commit dd61ba5Copy full SHA for dd61ba5
1 file changed
.github/workflows/docs.yml
@@ -40,7 +40,9 @@ jobs:
40
- name: Restore NuGet packages
41
run: nuget restore HelpSense.sln
42
43
- - name: Install DocFX as .NET tool
+ # 我劝所有人都不要动这个玩意儿,任何改动此处的PR都将被驳回 — by YongAn404
44
+ # I advise everyone not to mess with this thing. Any changes to this PR will be rejected. — by YongAn404
45
+ - name: Install DocFX
46
run: dotnet tool update -g docfx --version 2.74.1
47
48
- name: Build Documentation
0 commit comments