Skip to content

Commit b027e72

Browse files
authored
Fix docs.yml
1 parent 462e71d commit b027e72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +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
4850
- name: Run fsdocs
4951
run: dotnet FSharp.Formatting/src/fsdocs-tool/bin/Release/net6.0/fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
5052
- name: Deploy

0 commit comments

Comments
 (0)