mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-21 06:13:58 +00:00
Update ghpages.yml
This commit is contained in:
parent
89f7cea0eb
commit
7d89e2b995
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ghpages.yml
vendored
2
.github/workflows/ghpages.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Install .NET OMD Generator
|
- name: Install .NET OMD Generator
|
||||||
run: dotnet tool install --tool-path artifacts/toolset dotMorten.OmdGenerator --version 1.2.0
|
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
|
- name: Generate OMD
|
||||||
run: |
|
run: |
|
||||||
mkdir -p artifacts/docs/api
|
mkdir -p artifacts/docs/api
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue