mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Fix nuget install
This commit is contained in:
parent
0013c115fa
commit
4e1f6fad35
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…
Reference in a new issue