From 1d972b3f77ebd0b31ae42556746527665ab81790 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Mon, 20 Jan 2020 22:57:35 -0800 Subject: [PATCH] Update ghpages.yml --- .github/workflows/ghpages.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 8f4c57f..023f81c 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -8,23 +8,24 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Clone NmeaParser uses: actions/checkout@v1 - - name: Install .NET OMD Generator - run: dotnet tool install --tool-path artifacts/toolset dotMorten.OmdGenerator --version 1.2.0 +# - name: Install .NET OMD Generator +# 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 - run: | - mkdir -p artifacts/docs/api - artifacts/toolset/generateomd /source=src/NmeaParser /output=artifacts/docs/api/omd.html +# - name: Generate OMD +# 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: - args: docs/docfx.json +# uses: nikeee/docfx-action@master +# with: +# args: docs/docfx.json + run: build\GenerateDoc.cmd - name: Publish Documentation uses: maxheld83/ghpages@master env: