From 02f44ee5ef2a63ed980051e06612e675c015d26d Mon Sep 17 00:00:00 2001 From: kangyuri1114 Date: Tue, 10 Sep 2024 15:06:36 +0900 Subject: [PATCH] feat: dokka setting test fix syntax error --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09408279..791e832a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,13 +19,13 @@ jobs: name: checkout - uses: actions/checkout@v4 - - name: permissions - run: chmod +x gradlew + name: permissions + - run: chmod +x gradlew - - name: Build Documentation - run: ./gradlew dokkaHtml + name: Build Documentation + - run: ./gradlew dokkaHtml - - name: Deploy Documentation to GitHub Pages + name: Deploy Documentation to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}