Skip to content

Commit f55fcdd

Browse files
authored
Update docs.yml
1 parent b027e72 commit f55fcdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Build FSharp.Formatting main
4646
run: dotnet fsi ./build.fsx -t Build
4747
working-directory: ${{ env.FSF_DIR }}
48-
- name: Build local FSharp.Core project in current repo
49-
run: dotnet build --restore FSharp.Core/FSharp.Core.fsproj
48+
- name: Restore local FSharp.Core project in current repo
49+
run: dotnet restore FSharp.Core/FSharp.Core.fsproj
5050
- name: Run fsdocs
5151
run: dotnet FSharp.Formatting/src/fsdocs-tool/bin/Release/net6.0/fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
5252
- name: Deploy

0 commit comments

Comments
 (0)