Skip to content

Commit

Permalink
fix: asciidoc 버그 수정 (#69)
Browse files Browse the repository at this point in the history
fix: asciidoc 버그 수정

 #66
  • Loading branch information
wcorn authored Apr 22, 2024
1 parent b49c657 commit 480e7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build with Gradle
run: |
chmod +x gradlew
./gradlew build -x test
./gradlew clean build
- name: web docker build and push
run: |
Expand Down

0 comments on commit 480e7e0

Please sign in to comment.