Skip to content

Commit 5d114ef

Browse files
committed
Feat: GithubAction 을 으로 디플로이 대체
1 parent 259a1f8 commit 5d114ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bun run build # out 폴더 생성
2323

2424
- name: Deploy to GitHub Pages
25-
uses: JamesIves/github-pages-deploy-action@v5
25+
uses: JamesIves/github-pages-deploy-action@v4
2626
with:
2727
branch: gh-pages # 배포할 브랜치
2828
folder: out # 배포할 폴더

0 commit comments

Comments
 (0)