From c7bd1c586e0623f48effd70b4e86736d5164d900 Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Mon, 14 Aug 2023 10:15:16 +0300 Subject: [PATCH] und - There is no DocGen for KSTemplates --- .github/workflows/docgen.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/docgen.yml diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml deleted file mode 100644 index 2c0095e..0000000 --- a/.github/workflows/docgen.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: API Documentation - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - name: "Make API Reference" - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - name: Fetching the source - - uses: "nunit/docfx-action@v1.7.0" - name: Generating documentation - with: - args: DocGen/docfx.json - - name: Saving changes to gh-pages - if: ${{ github.ref == 'refs/heads/main'}} - uses: peaceiris/actions-gh-pages@v3 - with: - commit_message: "Updated documentation to reflect latest changes" - personal_token: ${{ secrets.DOCGEN_TOKEN }} - publish_dir: ./docs/ - publish_branch: gh-pages