diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 163e7f9fd2..00be892209 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,6 +45,7 @@ jobs: run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' + git pull --rebase origin master yarn install --frozen-lockfile --immutable node ./node_modules/gulp/bin/gulp.js build cd noname