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 c215aa9 commit 6bb91e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: release

# 언제 실행될 것인지
on:
push

# push:
# branches: [ main ]

# 실행할 job
jobs:
runs-on: ubuntu-latest
release:
runs-on: ubuntu-latest

steps:
- run: ./gradlew dokkaHtml
steps:
- run: ./gradlew dokkaHtml

0 comments on commit 6bb91e5

Please sign in to comment.