We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc61c4 commit ed9d482Copy full SHA for ed9d482
1 file changed
.github/workflows/ci.yml
@@ -56,8 +56,10 @@ jobs:
56
dotnet-version: ${{ env.DOTNET_VERSION }}
57
- name: Restore tools
58
run: dotnet tool restore
59
- - name: Build sln
+ - name: Build slnx
60
run: dotnet build -c Release docs.slnx
61
+ - name: Generate documentation
62
+ run: dotnet fsdocs build --properties Configuration=Release
63
- name: Upload documentation
64
uses: actions/upload-pages-artifact@v4
65
with:
0 commit comments