From 74e1c2de307d83285042358ef987d1d4ffa07702 Mon Sep 17 00:00:00 2001 From: coke98 <87576669+coke98@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:54:02 +0900 Subject: [PATCH] Update friendship-pipeline.yml --- .github/workflows/friendship-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/friendship-pipeline.yml b/.github/workflows/friendship-pipeline.yml index 176b7f5e..31d7ac9c 100644 --- a/.github/workflows/friendship-pipeline.yml +++ b/.github/workflows/friendship-pipeline.yml @@ -51,6 +51,9 @@ jobs: - name: gradlew 실행 권한 부여 run: chmod +x gradlew + - name: Gradle 빌드 + run: ./gradlew build + - name : asciidoc 플러그인 실행 및 생성된 html 파일 정적 저장소로 이동 run: | ./gradlew asciidoctor