Try to remove www

This commit is contained in:
miloyip 2015-06-06 21:29:52 +08:00
parent 93bf4ceb32
commit 19687067b7
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights
* [RapidJSON GitHub](https://github.com/miloyip/rapidjson/) * [RapidJSON GitHub](https://github.com/miloyip/rapidjson/)
* RapidJSON Documentation * RapidJSON Documentation
* [English](http://www.rapidjson.org/) * [English](http://rapidjson.org/)
* [简体中文](http://www.rapidjson.org/zh-cn/) * [简体中文](http://rapidjson.org/zh-cn/)
* [GitBook](https://www.gitbook.com/book/miloyip/rapidjson/) with downloadable PDF/EPUB/MOBI, without API reference. * [GitBook](https://www.gitbook.com/book/miloyip/rapidjson/) with downloadable PDF/EPUB/MOBI, without API reference.
## Build status ## Build status

View File

@ -78,7 +78,7 @@ gh_pages_prepare()
gh_pages_commit() { gh_pages_commit() {
cd "${TRAVIS_BUILD_DIR}/build/doc/html"; cd "${TRAVIS_BUILD_DIR}/build/doc/html";
echo "www.rapidjson.org" > CNAME echo "rapidjson.org" > CNAME
git add --all; git add --all;
git diff-index --quiet HEAD || git commit -m "Automatic doxygen build"; git diff-index --quiet HEAD || git commit -m "Automatic doxygen build";
} }