We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e388483 commit aed1a2cCopy full SHA for aed1a2c
1 file changed
.github/workflows/build-documentation.yml
@@ -59,7 +59,7 @@ jobs:
59
# You can get the docfx default template via the following command: docfx template export default
60
# This will put the default template folder into a directory called _exported_templates
61
- name: Get docfx
62
- run: dotnet tool install --version 2.61.0 -g docfx
+ run: dotnet tool install --version 2.77.0 -g docfx
63
64
- name: Build docs
65
run: docfx
0 commit comments