File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 47
47
run : dotnet fsi ./build.fsx -t Build
48
48
working-directory : ${{ env.FSF_DIR }}
49
49
- name : Run fsdocs
50
+ env :
51
+ # allow roll forward to latest major version - this would happen for us if we invoked the fsdocs tool instead of invoking the binary directly
52
+ DOTNET_ROLL_FORWARD : " LatestMajor"
53
+ # need previews because .NET 8 is what's being used at runtime
54
+ DOTNET_ROLL_FORWARD_TO_PRERELEASE : " 1"
50
55
run : dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net6.0\fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
51
56
- name : Deploy
52
57
uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 44
44
run : dotnet fsi ./build.fsx -t Build
45
45
working-directory : ${{ env.FSF_DIR }}
46
46
- name : Run fsdocs
47
+ env :
48
+ # allow roll forward to latest major version - this would happen for us if we invoked the fsdocs tool instead of invoking the binary directly
49
+ DOTNET_ROLL_FORWARD : " LatestMajor"
50
+ # need previews because .NET 8 is what's being used at runtime
51
+ DOTNET_ROLL_FORWARD_TO_PRERELEASE : " 1"
47
52
run : dotnet FSharp.Formatting/src/fsdocs-tool/bin/Release/net6.0/fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
You can’t perform that action at this time.
0 commit comments