1 #! /bin/sh 2 3 cd "`dirname \"$0\"`" && 4 PROG_DIR="`pwd`" && 5 6 cd .. && 7 devscripts/build-docs && 8 rsync -ahP --del --exclude=/.git --exclude=/.nojekyll \ 9 --exclude=/CNAME --exclude=/robots.txt \ 10 docs/html/ ../cheetahtemplate3.github.io/ && 11 12 cd ../cheetahtemplate3.github.io && 13 sitemap_gen.py --config="$PROG_DIR"/cheetahtemplate.org-sitemapconfig.xml && 14 exec git status