From 2487d57fbcee7f14c6a150f53cd0f319dab09ee2 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Mon, 20 Jan 2020 23:25:31 -0800 Subject: [PATCH] Update ghpages.yml --- .github/workflows/ghpages.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index c95cebc..268c4e4 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -22,20 +22,12 @@ jobs: # mkdir artifacts/docs/api # artifacts/toolset/generateomd /source=src/NmeaParser /output=artifacts/docs/api/omd.html - name: Build Documentation + run: build\GenerateDoc.cmd # uses: nikeee/docfx-action@master # with: # args: docs/docfx.json - run: build\GenerateDoc.cmd - - - name: Publish Documentation - uses: peaceiris/actions-gh-pages@v2 - env: - # ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} - PERSONAL_TOKEN: ${{ secrets.GH_PAT }} - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: ./artifacts/docs_site +# - name: Publish Documentation # uses: maxheld83/ghpages@master # env: # BUILD_DIR: artifacts/docs_site