We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d2596 commit 65d2ae6Copy full SHA for 65d2ae6
.github/workflows/build-docs.yaml
@@ -20,6 +20,8 @@ jobs:
20
repository: Cysharp/DocfxTemplate
21
path: docs/_DocfxTemplate
22
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
23
+ - name: dotnet tool restore
24
+ run: dotnet tool restore
25
- name: Docfx metadata
26
run: dotnet docfx metadata docs/docfx.json
27
- name: Docfx build
0 commit comments