Skip to content

Commit

Permalink
히트맵 배포 #8
Browse files Browse the repository at this point in the history
bugfix, 서브모듈 추가로 인한 빌드실패 픽스
  • Loading branch information
MaetDol authored May 23, 2024
2 parents 3927155 + 79d0bef commit 00a8f16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bundle-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Download submodules
run: |
git submodule update --init --recursive
- name: npm install, build
run: |
npm clean-install
Expand Down

0 comments on commit 00a8f16

Please sign in to comment.