We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e6030 commit 8447d5dCopy full SHA for 8447d5d
package.json
@@ -9,7 +9,7 @@
9
"deploy:setup-user": "git config --global user.name 'github-actions[bot]'",
10
"deploy:setup-email": "git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'",
11
"deploy:setup-history": "rm -rf .deploy_git && git clone --branch $(hexo config deploy.branch --silent) $(hexo config deploy.repo --silent) .deploy_git",
12
- "predeploy": "(npm run deploy:setup-user & npm run deploy:setup-email) && npm run deploy:setup-history",
+ "predeploy": "npm run deploy:setup-user && npm run deploy:setup-email && npm run deploy:setup-history",
13
"deploy": "hexo generate --deploy"
14
},
15
"hexo": {
0 commit comments