Move gh-pages docs to harfbuzz.github.io

This commit is contained in:
Ebrahim Byagowi 2017-11-21 09:52:18 +03:30 committed by Behdad Esfahbod
parent 9f259769a6
commit a13c0748c5
4 changed files with 7 additions and 8 deletions

View File

@ -16,19 +16,19 @@ mkdir $DOCSDIR
cd $DOCSDIR
cp ../docs/html/* .
cp ../docs/circle.yml .
#cp ../docs/CNAME .
git init
git config user.name "Travis CI"
git config user.email "travis@harfbuzz.org"
set +x
echo "git remote add upstream \"https://\$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git\""
git remote add upstream "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git"
echo "git remote add upstream \"https://\$GH_TOKEN@github.com/harfbuzz/harfbuzz.github.io.git\""
git remote add upstream "https://$GH_TOKEN@github.com/harfbuzz/harfbuzz.github.io.git"
set -x
git fetch upstream
git reset upstream/gh-pages
git reset upstream/master
touch .
git add -A .
git commit -m "Rebuild docs for $REVISION"
git push -q upstream HEAD:gh-pages
git push -q upstream HEAD:master

2
README
View File

@ -11,3 +11,5 @@ For bug reports, mailing list, and other information please visit:
http://harfbuzz.org/
For license information, see the file COPYING.
Documentation: https://harfbuzz.github.io

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,3 +0,0 @@
test:
override:
- echo "test"