Pull gh-pages also

This commit is contained in:
Yann Esposito (Yogsototh) 2011-04-20 16:18:30 +02:00
parent feb208fff7
commit 9ce6e8a815

View file

@ -25,6 +25,8 @@ fi
# update & push gh-pages # update & push gh-pages
debug git co gh-pages debug git co gh-pages
(( $? == 0 )) || { exit 1 } (( $? == 0 )) || { exit 1 }
debug git pull
(( $? == 0 )) || { exit 1 }
debug \rm -rf *(N) debug \rm -rf *(N)
(( $? == 0 )) || { exit 1 } (( $? == 0 )) || { exit 1 }
debug git co master output debug git co master output