From e700f6f9f0bbf933f618f521b35a7963bc433de5 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Sun, 25 Jan 2026 12:15:22 +0900 Subject: Revert "ci: Fix task and trigger" This reverts commit 799de9ccd7b1a7094fb2be593a6d18217982fb71. --- .github/workflows/dokka.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/dokka.yaml b/.github/workflows/dokka.yaml index 376dede..a8b3c80 100644 --- a/.github/workflows/dokka.yaml +++ b/.github/workflows/dokka.yaml @@ -4,9 +4,6 @@ on: push: branches: - main - pull_request: - branches: - - main permissions: contents: read @@ -35,17 +32,15 @@ jobs: run: chmod +x gradlew - name: Generate JavaDoc with Dokka - run: ./gradlew :dokka:dokkaGenerate --no-daemon + run: ./gradlew :platform-paper:dokkaGenerate --no-daemon - name: Upload artifact - if: github.event_name == 'push' id: lunaticchat_dokka uses: actions/upload-pages-artifact@v4 with: - path: dokka/build/dokka/html + path: platform-paper/build/dokka/html deploy: - if: github.event_name == 'push' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} -- cgit v1.2.1