1
0
Fork 0
arangodb/3rdParty/boost/1.69.0/libs/qvm/gh-pages.sh

15 lines
312 B
Bash
Executable File

set -e
asciidoctor README.adoc -o index.html
git add -u README.adoc
git add -u index.html
git commit -m "Documentation update"
git push
cp index.html index1.html
git checkout gh-pages
rm index.html
mv index1.html index.html
git add -u index.html
git commit -m "Documentation update"
git push
git checkout master