site: deploy: be sure main repo is pulled

[ci skip]
This commit is contained in:
Simon Michael 2018-05-16 18:33:23 -07:00
parent 4e70be139f
commit f5e28ee8ce

View File

@ -13,8 +13,8 @@
# timestamp
echo && date --rfc-3339=seconds && \
# fetch latest code & website - should be already done by webhook
# git pull && \
# fetch latest code & website - sometimes already done by webhook, not always
git pull && \
# fetch latest wiki content
printf "wiki: " && git -C wiki pull && \