mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 14:35:50 +00:00
Add memberpage layout to api reference
This commit is contained in:
parent
fc052ec8c8
commit
323fc8a509
3 changed files with 11 additions and 5 deletions
3
.github/workflows/ghpages.yml
vendored
3
.github/workflows/ghpages.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
- name: Install .NET OMD Generator
|
||||
run: dotnet tool install --tool-path .tools/omd dotMorten.OmdGenerator --version 1.2.0
|
||||
|
||||
|
||||
- name: Generate OMD
|
||||
run: |
|
||||
mkdir artifacts/docs/api
|
||||
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
env:
|
||||
DOCFX_SOURCE_BRANCH_NAME: master
|
||||
run: |
|
||||
dotnet nuget install memberpage -Version 2.48.1 -OutputDirectory docs
|
||||
.tools/docfx/docfx.exe docs/docfx.json
|
||||
powershell -ExecutionPolicy ByPass -command "docs\FixApiRefLinks" -Path artifacts\docs_site\api\
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue