Skip to content

Commit dd61ba5

Browse files
authored
fk MSBuild
Added comments advising against changes to the DocFX installation step.
1 parent 15fa788 commit dd61ba5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
- name: Restore NuGet packages
4141
run: nuget restore HelpSense.sln
4242

43-
- name: Install DocFX as .NET tool
43+
# 我劝所有人都不要动这个玩意儿,任何改动此处的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
4446
run: dotnet tool update -g docfx --version 2.74.1
4547

4648
- name: Build Documentation

0 commit comments

Comments
 (0)