From 57c220d8049c5b30d6bd38b59c957d2a840f1009 Mon Sep 17 00:00:00 2001 From: kangyuri1114 Date: Tue, 10 Sep 2024 15:58:39 +0900 Subject: [PATCH] feat: dokka setting final --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8751c5b..23a392d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: release on: - push: - branches: - - main + push +# branches: +# - main jobs: release: @@ -30,6 +30,6 @@ jobs: - uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - branch: github-pages + branch: gh-pages folder: compose/build/dokka/html target-folder: docs/0.x/ \ No newline at end of file