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 b027e72 commit f55fcddCopy full SHA for f55fcdd
.github/workflows/docs.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Build FSharp.Formatting main
46
run: dotnet fsi ./build.fsx -t Build
47
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
+ - name: Restore local FSharp.Core project in current repo
+ run: dotnet restore FSharp.Core/FSharp.Core.fsproj
50
- name: Run fsdocs
51
run: dotnet FSharp.Formatting/src/fsdocs-tool/bin/Release/net6.0/fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
52
- name: Deploy
0 commit comments