Skip to content

Commit 65d2ae6

Browse files
committed
ci: missing dotnet tool restore
1 parent 27d2596 commit 65d2ae6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
repository: Cysharp/DocfxTemplate
2121
path: docs/_DocfxTemplate
2222
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
23+
- name: dotnet tool restore
24+
run: dotnet tool restore
2325
- name: Docfx metadata
2426
run: dotnet docfx metadata docs/docfx.json
2527
- name: Docfx build

0 commit comments

Comments
 (0)