Skip to content

Commit ed9d482

Browse files
author
cabboose
committed
chore(ci): Add fsdocs run to ci
1 parent 8dc61c4 commit ed9d482

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ jobs:
5656
dotnet-version: ${{ env.DOTNET_VERSION }}
5757
- name: Restore tools
5858
run: dotnet tool restore
59-
- name: Build sln
59+
- name: Build slnx
6060
run: dotnet build -c Release docs.slnx
61+
- name: Generate documentation
62+
run: dotnet fsdocs build --properties Configuration=Release
6163
- name: Upload documentation
6264
uses: actions/upload-pages-artifact@v4
6365
with:

0 commit comments

Comments
 (0)