We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a9dc4 commit 057aa2dCopy full SHA for 057aa2d
1 file changed
.github/workflows/deploy.yml
@@ -70,6 +70,7 @@ jobs:
70
run: |
71
git submodule init
72
git submodule update
73
+ git submodule update --remote --merge
74
cp next_config.yml ./themes/next/_config.yml
75
hexo clean && hexo g
76
cd ./public
@@ -79,3 +80,4 @@ jobs:
79
80
git commit -m "Update - auto deploy by Travis CI."
81
git push --force --quiet "https://${{secrets.HEXO_TOKEN}}@github.com/${GIT_DEPLOY_REPO}" master:master
82
83
+
0 commit comments