mirror of
https://github.com/JHUAPL/kvspool.git
synced 2026-01-08 22:27:56 -05:00
12 lines
213 B
Plaintext
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
|
|
|