feat: dokka setting test add uses #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 파일 경로명 | |
name: release | |
# 언제 실행될 것인지 | |
on: | |
push | |
# push: | |
# branches: [ main ] | |
# 실행할 job | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: ./gradlew dokkaHtml |