Skip to content

Commit

Permalink
chore: submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
yujamint committed Jun 29, 2024
1 parent fce200a commit 0cecc2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: 서브모듈 업데이트
run: |
git submodule update --remote
- name: JDK 11 설치
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 0cecc2b

Please sign in to comment.