Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: dotnet build -c Release ApiStub.FSharp.sln
# Generate the documentation files
- name: Generate the documentation'
run: dotnet fsdocs build --properties Configuration=Release
run: dotnet fsdocs build --properties Configuration=Release --root `https://raw.githubusercontent.com/jkone27/fsharp-integration-tests/refs/heads/main`
# Upload the static files
- name: Upload documentation
uses: actions/upload-pages-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion .nojekyll

This file was deleted.

2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
<FsDocsLicenseLink>https://raw.githubusercontent.com/jkone27/fsharp-integration-tests/refs/heads/main/LICENSE</FsDocsLicenseLink>
<FsDocsReleaseNotesLink>https://github.com/jkone27/fsharp-integration-tests/blob/master/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
<PackageProjectUrl>https://github.com/jkone27/fsharp-integration-tests</PackageProjectUrl>
<FsDocsWarnOnMissingDocs>true</FsDocsWarnOnMissingDocs>
<FsDocsTheme>default</FsDocsTheme>
</PropertyGroup>
</Project>
Loading