File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929 run : dotnet build -c Release ApiStub.FSharp.sln
3030 # Generate the documentation files
3131 - name : Generate the documentation'
32- run : dotnet fsdocs build --properties Configuration=Release
32+ run : dotnet fsdocs build --properties Configuration=Release --root `https://raw.githubusercontent.com/jkone27/fsharp-integration-tests/refs/heads/main`
3333 # Upload the static files
3434 - name : Upload documentation
3535 uses : actions/upload-pages-artifact@v3
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 <FsDocsLicenseLink >https://raw.githubusercontent.com/jkone27/fsharp-integration-tests/refs/heads/main/LICENSE</FsDocsLicenseLink >
55 <FsDocsReleaseNotesLink >https://github.com/jkone27/fsharp-integration-tests/blob/master/RELEASE_NOTES.md</FsDocsReleaseNotesLink >
66 <PackageProjectUrl >https://github.com/jkone27/fsharp-integration-tests</PackageProjectUrl >
7+ <FsDocsWarnOnMissingDocs >true</FsDocsWarnOnMissingDocs >
8+ <FsDocsTheme >default</FsDocsTheme >
79 </PropertyGroup >
810</Project >
You can’t perform that action at this time.
0 commit comments