Skip to content

Commit 9074334

Browse files
committed
⚒ fix deploy script
1 parent 843f337 commit 9074334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/deploy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function exec(command) {
3030
//eslint-disable-next-line @mysticatea/node/no-unsupported-features/es-syntax
3131
;(async () => {
3232
// Checkout.
33+
await exec("git fetch origin gh-pages")
3334
await exec("git checkout gh-pages")
3435

3536
// Clean.

0 commit comments

Comments
 (0)