Skip to content

Commit

Permalink
fix: 배포스크립트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
5uhwann committed Aug 24, 2024
1 parent bcdd3a0 commit d545dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: chmod +x gradlew

- name: Build with gradle
run : ./gradlew build -x test -x asciidoctor
run : ./gradlew build -x test

- name: Build Docker image
run: |
Expand Down

0 comments on commit d545dc1

Please sign in to comment.