Skip to content

Commit c9cb133

Browse files
committed
fix: 빌드 파일을 받기 전에 기존에 존재하는 빌드 파일을 삭제하도록 수정
1 parent dab51a9 commit c9cb133

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Checkout Repository
6161
uses: actions/checkout@v4
6262

63+
- name: Clean client/dist
64+
run: rm -rf client/dist
65+
6366
- name: Download client-dist
6467
uses: actions/download-artifact@v4
6568
with:

0 commit comments

Comments
 (0)