Skip to content

Commit

Permalink
feat: dokka setting test fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyuri1114 committed Sep 10, 2024
1 parent 92a0189 commit 02f44ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 02f44ee

Please sign in to comment.