Skip to content

Commit 7e41578

Browse files
committed
update ci to init hub submodule
1 parent daee41e commit 7e41578

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/deploy-site.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# abort the script if there is a non-zero error
88
set -e
99

10+
# initialize hub submodule
11+
git submodule deinit -f . && git submodule update --init --recursive
12+
1013
# show where we are on the machine
1114
pwd
1215
remote=$(git config remote.origin.url)

0 commit comments

Comments
 (0)