mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 14:35:50 +00:00
Fix build warnings and update doc builds
This commit is contained in:
parent
1164e20270
commit
5cecd3c129
8 changed files with 91 additions and 34 deletions
6
.github/workflows/ghpages.yml
vendored
6
.github/workflows/ghpages.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
Invoke-WebRequest -Uri "https://github.com/dotnet/docfx/releases/download/v${env:DOCFXVERSION}/docfx.zip" -OutFile ".tools/docfx/docfx.zip"
|
||||
[System.IO.Compression.ZipFile]::ExtractToDirectory(".tools/docfx/docfx.zip", ".tools/docfx" )
|
||||
env:
|
||||
DOCFXVERSION: 2.58
|
||||
DOCFXVERSION: 2.59.0
|
||||
|
||||
- name: Install .NET OMD Generator
|
||||
run: dotnet tool install --tool-path .tools/omd dotMorten.OmdGenerator --version 1.3.1
|
||||
|
|
@ -45,10 +45,10 @@ jobs:
|
|||
env:
|
||||
DOCFX_SOURCE_BRANCH_NAME: main
|
||||
run: |
|
||||
nuget install memberpage -Version 2.58.0 -OutputDirectory docs
|
||||
nuget install memberpage -Version 2.59.0 -OutputDirectory docs
|
||||
.tools/docfx/docfx.exe metadata docs/docfx.json
|
||||
dotnet build docs/AppliesToGenerator\DocFXAppliesToGenerator.csproj
|
||||
docs/AppliesToGenerator\bin\Debug\netcoreapp3.1\DocFXAppliesToGenerator.exe docs/appliesToList.json
|
||||
docs/AppliesToGenerator\bin\Debug\net6.0\DocFXAppliesToGenerator.exe docs/appliesToList.json
|
||||
.tools/docfx/docfx.exe build 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