Skip to content

Commit

Permalink
Update friendship-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coke98 authored Sep 1, 2024
1 parent 2b3343a commit 74e1c2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/friendship-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: gradlew 실행 권한 부여
run: chmod +x gradlew

- name: Gradle 빌드
run: ./gradlew build

- name : asciidoc 플러그인 실행 및 생성된 html 파일 정적 저장소로 이동
run: |
./gradlew asciidoctor
Expand Down

0 comments on commit 74e1c2d

Please sign in to comment.