Skip to content

Commit 2ea5659

Browse files
authored
Merge pull request #43 from jkone27/try-fix-docs-gen
try fix docs gen styling
2 parents 09cc326 + abe1af0 commit 2ea5659

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.nojekyll

Lines changed: 0 additions & 1 deletion
This file was deleted.

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
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>

0 commit comments

Comments
 (0)