mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 14:35:50 +00:00
Ensure project is restored before generating docfx
This commit is contained in:
parent
c64b70e978
commit
15bc73e400
2 changed files with 9 additions and 2 deletions
9
.github/workflows/ghpages.yml
vendored
9
.github/workflows/ghpages.yml
vendored
|
|
@ -14,7 +14,14 @@ jobs:
|
|||
|
||||
- name: Clone NmeaParser
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Setup Visual Studio Command Prompt
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
- name: Restore
|
||||
run: |
|
||||
msbuild /restore /t:Restore src/NmeaParser/NmeaParser.csproj /p:Configuration=Release
|
||||
|
||||
- name: Download DocFX
|
||||
run: |
|
||||
mkdir .tools/docfx
|
||||
|
|
@ -24,7 +31,7 @@ jobs:
|
|||
DOCFXVERSION: 2.58
|
||||
|
||||
- name: Install .NET OMD Generator
|
||||
run: dotnet tool install --tool-path .tools/omd dotMorten.OmdGenerator --version 1.2.0
|
||||
run: dotnet tool install --tool-path .tools/omd dotMorten.OmdGenerator --version 1.3.1
|
||||
|
||||
- name: Generate OMD
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue