site: deploy: be sure main repo is pulled
[ci skip]
This commit is contained in:
parent
4e70be139f
commit
f5e28ee8ce
@ -13,8 +13,8 @@
|
|||||||
# timestamp
|
# timestamp
|
||||||
echo && date --rfc-3339=seconds && \
|
echo && date --rfc-3339=seconds && \
|
||||||
|
|
||||||
# fetch latest code & website - should be already done by webhook
|
# fetch latest code & website - sometimes already done by webhook, not always
|
||||||
# git pull && \
|
git pull && \
|
||||||
|
|
||||||
# fetch latest wiki content
|
# fetch latest wiki content
|
||||||
printf "wiki: " && git -C wiki pull && \
|
printf "wiki: " && git -C wiki pull && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user