mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Fix path
This commit is contained in:
parent
1279c07e0f
commit
fc052ec8c8
2
.github/workflows/ghpages.yml
vendored
2
.github/workflows/ghpages.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
DOCFX_SOURCE_BRANCH_NAME: master
|
||||
run: |
|
||||
.tools/docfx/docfx.exe docs/docfx.json
|
||||
powershell -ExecutionPolicy ByPass -command "docs\FixApiRefLinks" -Path %~dp0..\artifacts\docs_site\api\
|
||||
powershell -ExecutionPolicy ByPass -command "docs\FixApiRefLinks" -Path artifacts\docs_site\api\
|
||||
|
||||
- name: Publish Documentation
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue