Commit fbecd14a authored by neverlord's avatar neverlord

added github pages update script

parent eb95361e
#!/bin/bash
doxygen libcppa.doxygen
cd ../gh-pages
rm -f *.tex *.html *.css *.png *.js
cp -R ../libcppa/html/* .
git add .
git commit -a -m "documentation update"
git push
cd ../libcppa
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment