From 5f9da6b59b519f8feb43ac94bf715c6169e0fa66 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Mon, 20 Jan 2020 21:02:42 -0800 Subject: [PATCH] Update ghpages.yml --- .github/workflows/ghpages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 10d905f..c797899 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -14,9 +14,9 @@ jobs: - name: Clone NmeaParser uses: actions/checkout@v1 - name: Install .NET OMD Generator - run: dotnet tool install --global dotMorten.OmdGenerator + run: dotnet tool install --tool-path artifacts/toolset dotMorten.OmdGenerator --version 1.2.0 - name: Generate OMD - run: generateomd /source=src/NmeaParser /output=artifacts/docs/api/omd.html + run: artifacts/toolset/generateomd /source=src/NmeaParser /output=artifacts/docs/api/omd.html - name: Build Documentation uses: nikeee/docfx-action@master with: