Skip to content

Commit 724bcae

Browse files
Fix docfx build [skip ci]
1 parent b2b330e commit 724bcae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pullrequest.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
- name: Restore dotnet tools
3535
run: dotnet tool restore
3636

37-
- name: Build Site
38-
run: npm run build
37+
- name: Run Build
38+
run: dotnet docfx docfx.json
3939

4040
complete:
41-
runs-on: ubuntu-latest
42-
needs: test
43-
name: Test completion task
44-
steps:
45-
- run: echo "Tests Complete"
41+
runs-on: ubuntu-latest
42+
needs: test
43+
name: Test completion task
44+
steps:
45+
- run: echo "Tests Complete"

0 commit comments

Comments
 (0)