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