From 893f0723b182a6b538c0e96b4b0dc620fc24d7c1 Mon Sep 17 00:00:00 2001 From: Mohammad Anwar Date: Sun, 6 Oct 2024 20:02:12 +0600 Subject: [PATCH] add: docs generation by dokka --- .github/workflows/docs.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 47425cf..226522e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,15 +8,9 @@ name: Java CI with Gradle on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + workflow_dispatch: workflow_call: -permissions: - contents: read - jobs: build: runs-on: macos-latest