提交 a13c0748 编写于 作者: E Ebrahim Byagowi 提交者: Behdad Esfahbod

Move gh-pages docs to harfbuzz.github.io

上级 9f259769
...@@ -16,19 +16,19 @@ mkdir $DOCSDIR ...@@ -16,19 +16,19 @@ mkdir $DOCSDIR
cd $DOCSDIR cd $DOCSDIR
cp ../docs/html/* . cp ../docs/html/* .
cp ../docs/circle.yml . #cp ../docs/CNAME .
git init git init
git config user.name "Travis CI" git config user.name "Travis CI"
git config user.email "travis@harfbuzz.org" git config user.email "travis@harfbuzz.org"
set +x set +x
echo "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/$TRAVIS_REPO_SLUG.git" git remote add upstream "https://$GH_TOKEN@github.com/harfbuzz/harfbuzz.github.io.git"
set -x set -x
git fetch upstream git fetch upstream
git reset upstream/gh-pages git reset upstream/master
touch . touch .
git add -A . git add -A .
git commit -m "Rebuild docs for $REVISION" git commit -m "Rebuild docs for $REVISION"
git push -q upstream HEAD:gh-pages git push -q upstream HEAD:master
...@@ -11,3 +11,5 @@ For bug reports, mailing list, and other information please visit: ...@@ -11,3 +11,5 @@ For bug reports, mailing list, and other information please visit:
http://harfbuzz.org/ http://harfbuzz.org/
For license information, see the file COPYING. For license information, see the file COPYING.
Documentation: https://harfbuzz.github.io
docs/HarfBuzz.png

12.4 KB | W: | H:

docs/HarfBuzz.png

13.9 KB | W: | H:

docs/HarfBuzz.png
docs/HarfBuzz.png
docs/HarfBuzz.png
docs/HarfBuzz.png
  • 2-up
  • Swipe
  • Onion skin
test:
override:
- echo "test"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册