From bfab6f0ad8eef7f7c0e9afef9dd9f9ad2a6d19db Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Fri, 16 Sep 2022 09:35:12 -0600 Subject: [PATCH] Try 4 - Fixes #1745 - Github action to generate API docs --- .github/workflows/api-docs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 8fcebfdd4..29631f270 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -31,13 +31,13 @@ jobs: run: docfx docfx.json continue-on-error: false - - name: Publish - if: github.event_name == 'push' - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs - force_orphan: true + - name: Publish + if: github.event_name == 'push' + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: docs + force_orphan: true # - name: Use docfx to build API Docs # uses: nikeee/docfx-action@v1.0.0