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
5f9da6b59b
commit
95dcbd66bf
4
.github/workflows/ghpages.yml
vendored
4
.github/workflows/ghpages.yml
vendored
|
|
@ -16,7 +16,9 @@ jobs:
|
|||
- name: Install .NET OMD Generator
|
||||
run: dotnet tool install --tool-path artifacts/toolset dotMorten.OmdGenerator --version 1.2.0
|
||||
- name: Generate OMD
|
||||
run: artifacts/toolset/generateomd /source=src/NmeaParser /output=artifacts/docs/api/omd.html
|
||||
run: |
|
||||
mkdir artifacts/docs/api
|
||||
artifacts/toolset/generateomd /source=src/NmeaParser /output=artifacts/docs/api/omd.html
|
||||
- name: Build Documentation
|
||||
uses: nikeee/docfx-action@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue