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 06050f8 commit 4727553Copy full SHA for 4727553
scripts/deploy.js
@@ -54,8 +54,12 @@ exec("npm run build")
54
// Load gh-pages.
55
if (ATOKEN) {
56
exec("git fetch --depth=1 https://github.com/mysticatea/vue-eslint-demo.git gh-pages:gh-pages")
57
+ exec("git checkout gh-pages")
58
+}
59
+else {
60
61
+ exec("git pull")
62
}
-exec("git checkout gh-pages")
63
64
// Check versions.
65
const oldVersions = String(sh.cat("versions.json"))
0 commit comments