Skip to content

Commit 3e94b6f

Browse files
authored
Update blank.yml
1 parent 6285978 commit 3e94b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
#6.Deploy 배포: git token이 필요하다. gh-pages로 publish하는 것 잊지 말자
4242
#public 폴더를 github page의 gh-pages 브챈치에 배포한다는 의미이다.
4343
- name: Deploy
44-
uses: peaceiris/actions-gh-pages@v4
44+
uses: peaceiris/actions-gh-pages@v3
4545
with:
4646
github_token: ${{ secrets.MABANGKEY }}
4747
publish_branch: gh-pages

0 commit comments

Comments
 (0)