YunYouJun / yunyoujun.github.io

🌐 云游君的小站,一个自言自语的地方。
https://yunyoujun.cn
Creative Commons Attribution 4.0 International
149 stars 139 forks source link

Deploy Hexo To GIthub #101

Closed lawbyte closed 4 years ago

lawbyte commented 4 years ago

文章链接:https://www.yunyoujun.cn/

Hey yunyoujun, i have a problem in travis-ci, $ git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:master remote: Invalid username or password. fatal: Authentication failed for 'https://dc2777cc99bea4bbceabaa078c20114388a7e5d9@github.com/NoXLaw/noxlaw.github.io.git/' how to solve this problem?

YunYouJun commented 4 years ago

I have migrated from Travis-CI to GitHub Actions.

Github actions comes with GITHUB_TOKEN without having to deal with complex permissions issues.

If you want to refer to some deployment scripts, you can see gh-pages.yml.

lawbyte commented 4 years ago

Thanks i just deploy hexo to github pages..