Files
kvspool/doc/AUTHOR.NOTES
2012-03-18 23:11:10 -04:00

12 lines
213 B
Plaintext

asciidoc -a toc2 kvspool.txt
cp kvspool.html *.png /tmp
cd ..
git checkout gh-pages
#git clean -d -f
cp /tmp/kvspool.html index.html
cp /tmp/*.png .
git add index.html *.png
git commit -m "page update"
git push