From 9fbbf1dcb07ffa5f39b7d9b4321f4d51c4ddb942 Mon Sep 17 00:00:00 2001 From: skydoves Date: Wed, 18 Oct 2023 09:22:10 +0900 Subject: [PATCH] Remove release docs --- .github/workflows/release-docs.yaml | 30 ----------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/release-docs.yaml diff --git a/.github/workflows/release-docs.yaml b/.github/workflows/release-docs.yaml deleted file mode 100644 index ab283654..00000000 --- a/.github/workflows/release-docs.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: ReleaseDocs - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - publish_dokka: - name: Dokka docs - runs-on: ubuntu-22.04 - steps: - - name: Check out code - uses: actions/checkout@v3.1.0 - with: - ref: main - - name: Set up JDK 17 - uses: actions/setup-java@v3.6.0 - with: - distribution: adopt - java-version: 17 - - name: Generate Dokka HTML docs - run: ./gradlew dokkaHtmlMultimodule - - name: Deploy to GitHub pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.DOCUSAURUS_GH_TOKEN }} - publish_dir: ./build/dokka/htmlMultiModule - publish_branch: gh-pages \ No newline at end of file