We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6285978 commit 3e94b6fCopy full SHA for 3e94b6f
.github/workflows/blank.yml
@@ -41,7 +41,7 @@ jobs:
41
#6.Deploy 배포: git token이 필요하다. gh-pages로 publish하는 것 잊지 말자
42
#public 폴더를 github page의 gh-pages 브챈치에 배포한다는 의미이다.
43
- name: Deploy
44
- uses: peaceiris/actions-gh-pages@v4
+ uses: peaceiris/actions-gh-pages@v3
45
with:
46
github_token: ${{ secrets.MABANGKEY }}
47
publish_branch: gh-pages
0 commit comments