Skip to content

Commit 74be3b3

Browse files
committed
ci: build docs during verification
1 parent 14859b4 commit 74be3b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/verification.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- name: 🧪 Run unit tests (sync)
6868
run: |
6969
dotnet test --filter Category!=async -c release
70+
7071
- name: 📛 Upload hang- and crash-dumps on test failure
7172
if: failure()
7273
uses: actions/upload-artifact@v3
@@ -108,7 +109,7 @@ jobs:
108109
dotnet restore ${{ github.workspace }}/TemplateTestMstest --source https://api.nuget.org/v3/index.json --source ${{ github.workspace }}/packages
109110
dotnet test ${{ github.workspace }}/TemplateTestMstest
110111
111-
# DocFx only works well on Windows currently
112-
- name: 📄 Build documentation
113-
if: matrix.os == 'windows-latest'
114-
run: dotnet build docs/site/
112+
- name: 📄 Building docs
113+
run: |
114+
dotnet tool update -g docfx --version 2.67.0
115+
docfx docs/site/docfx.json

0 commit comments

Comments
 (0)