Skip to content

Commit

Permalink
Update 8 deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yubin-im authored Nov 23, 2023
1 parent a4f10ba commit 9aeca5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3

- name: Set up JDK 11
- name: Set up JDK 11 # JDK 설치
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'

- name: Grant execute permission for gradlew
- name: Grant execute permission for gradlew # gradle 실행 권한 설정
run: chmod +x ./gradlew
shell: bash

- name: Build with Gradle
run: ./gradlew clean build
working-directory: ./eco_reading
shell: bash

- name: Get current time
Expand Down

0 comments on commit 9aeca5e

Please sign in to comment.