Skip to content

Commit 89d829e

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 8a98031 commit 89d829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
2828
git config --global user.email "[email protected]"
2929
git config --global user.name "Azure CI/CD Agent"
30-
git submodule update
30+
git submodule update --init
3131
git submodule foreach git checkout master
3232
git submodule foreach git pull origin master
3333
hexo g

0 commit comments

Comments
 (0)