Skip to content

Commit 057aa2d

Browse files
authored
Update deploy.yml
1 parent c4a9dc4 commit 057aa2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
run: |
7171
git submodule init
7272
git submodule update
73+
git submodule update --remote --merge
7374
cp next_config.yml ./themes/next/_config.yml
7475
hexo clean && hexo g
7576
cd ./public
@@ -79,3 +80,4 @@ jobs:
7980
git commit -m "Update - auto deploy by Travis CI."
8081
git push --force --quiet "https://${{secrets.HEXO_TOKEN}}@github.com/${GIT_DEPLOY_REPO}" master:master
8182
83+

0 commit comments

Comments
 (0)