Commit 0fbb05c4 authored by Milo Yip's avatar Milo Yip

Try auto upload again

parent 095857fc
......@@ -54,8 +54,9 @@ after_success:
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then mkdir build/doc; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then cd build/doc; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then git clone https://github.com/miloyip/rapidjson; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then cd rapidjson; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then git checkout gh-pages; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then cp -r ../../doc/html/* .; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then cp -r ../../../doc/html/* .; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then git add --all; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then git commit -m "Automatic doxygen build"; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then git push https://${GH_TOKEN}@github.com/miloyip/rapidjson gh-pages; fi
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