mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 06:25:36 +00:00
Fix API reference links
This commit is contained in:
parent
70e911d42a
commit
1279c07e0f
3 changed files with 22 additions and 2 deletions
4
.github/workflows/ghpages.yml
vendored
4
.github/workflows/ghpages.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue