mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 14:35:50 +00:00
Fix nuget install
This commit is contained in:
parent
0013c115fa
commit
4e1f6fad35
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ghpages.yml
vendored
4
.github/workflows/ghpages.yml
vendored
|
|
@ -31,8 +31,10 @@ jobs:
|
|||
mkdir artifacts/docs/api
|
||||
.tools/omd/generateomd /source=src/NmeaParser /output=artifacts/docs/api/omd.html
|
||||
|
||||
- name: Build Documentation
|
||||
- name: Install NuGet
|
||||
uses: nuget/setup-nuget@v1
|
||||
|
||||
- name: Build Documentation
|
||||
env:
|
||||
DOCFX_SOURCE_BRANCH_NAME: master
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue