blob: d22b108a9d5ce214f1caa4d08ad158b1a270f49f [file] [log] [blame]
doc:
git checkout gh-pages
git reset --hard master
cargo doc
cp -r target/doc doc
git add --all
msg="doc(*): rebuilding docs `date`"
git commit -m "$msg"
git push -f origin gh-pages
git checkout master