Fix API reference links

This commit is contained in:
Morten Nielsen 2020-02-01 11:39:34 -08:00
parent 70e911d42a
commit 1279c07e0f
3 changed files with 22 additions and 2 deletions

View file

@ -34,7 +34,9 @@ jobs:
- name: Build Documentation
env:
DOCFX_SOURCE_BRANCH_NAME: master
run: .tools/docfx/docfx.exe docs/docfx.json
run: |
.tools/docfx/docfx.exe docs/docfx.json
powershell -ExecutionPolicy ByPass -command "docs\FixApiRefLinks" -Path %~dp0..\artifacts\docs_site\api\
- name: Publish Documentation
env: