Skip to content

Dongshan-git/blog

Repository files navigation

Blog

Nothing to see here, just a blog.

Visit the blog

https://github.dscode.top/

https://vercel.dscode.top/

https://cloudflare.dscode.top/

https://zeabur.dscode.top/

Deploy bug fix

issue 742 of the peaceiris/actions-gh-pages GitHub Action mentions:

I had to change these settings

under Settings-Action-General.

Maybe worth calling out in docs:

  • Workflow Permissions: Read (sic) and Write
  • Allow GitHub Actions to approve pull requests

And issue 497 suggested:

Fixed by recreating the API Deploy KEY.

Which lead to PR 383 confirming:

The generated GITHUB_TOKEN (github_token) does not support to push to an external repository.
Use deploy_key or personal_token.

Installation

  1. Clone the repo
git clone 
  1. Install NPM packages
# 设置 electron 源
$ENV:ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/";
npm install
  1. Run the app
npm start