File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4747 run : dotnet fsi ./build.fsx -t Build
4848 working-directory : ${{ env.FSF_DIR }}
4949 - 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"
5055 run : dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net6.0\fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
5156 - name : Deploy
5257 uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 4444 run : dotnet fsi ./build.fsx -t Build
4545 working-directory : ${{ env.FSF_DIR }}
4646 - 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"
4752 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