We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b330e commit 724bcaeCopy full SHA for 724bcae
.github/workflows/pullrequest.yml
@@ -34,12 +34,12 @@ jobs:
34
- name: Restore dotnet tools
35
run: dotnet tool restore
36
37
- - name: Build Site
38
- run: npm run build
+ - name: Run Build
+ run: dotnet docfx docfx.json
39
40
complete:
41
- runs-on: ubuntu-latest
42
- needs: test
43
- name: Test completion task
44
- steps:
45
- - run: echo "Tests Complete"
+ runs-on: ubuntu-latest
+ needs: test
+ name: Test completion task
+ steps:
+ - run: echo "Tests Complete"
0 commit comments