mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Update ghpages.yml
This commit is contained in:
parent
89f7cea0eb
commit
7d89e2b995
2
.github/workflows/ghpages.yml
vendored
2
.github/workflows/ghpages.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
uses: actions/checkout@v1
|
||||
- name: Install .NET OMD Generator
|
||||
run: dotnet tool install --tool-path artifacts/toolset dotMorten.OmdGenerator --version 1.2.0
|
||||
- name: restore nuget packages
|
||||
run: dotnet msbuild /t:restore src/NmeaParser/NmeaParser.csproj
|
||||
- name: Generate OMD
|
||||
run: |
|
||||
mkdir -p artifacts/docs/api
|
||||
|
|
|
|||
Loading…
Reference in a new issue