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 843f337 commit 9074334Copy full SHA for 9074334
scripts/deploy.js
@@ -30,6 +30,7 @@ function exec(command) {
30
//eslint-disable-next-line @mysticatea/node/no-unsupported-features/es-syntax
31
;(async () => {
32
// Checkout.
33
+ await exec("git fetch origin gh-pages")
34
await exec("git checkout gh-pages")
35
36
// Clean.
0 commit comments