Skip to content

Commit

Permalink
fix: build action
Browse files Browse the repository at this point in the history
  • Loading branch information
stophwan committed Dec 5, 2023
1 parent ad00713 commit a583c2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: chmod +x gradlew

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

- name: Build Docker image
run: |
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit a583c2b

Please sign in to comment.