Move gh-pages docs to harfbuzz.github.io
authorEbrahim Byagowi <ebrahim@gnu.org>
Tue, 21 Nov 2017 06:22:18 +0000 (09:52 +0330)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 21 Nov 2017 21:53:35 +0000 (13:53 -0800)
.ci/deploy-docs.sh
README
docs/HarfBuzz.png
docs/circle.yml [deleted file]

index d647cb4..9fafad3 100755 (executable)
@@ -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
diff --git a/README b/README
index b1cc4ad..4303222 100644 (file)
--- a/README
+++ b/README
@@ -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
index 170e86e..ca72e92 100644 (file)
Binary files a/docs/HarfBuzz.png and b/docs/HarfBuzz.png differ
diff --git a/docs/circle.yml b/docs/circle.yml
deleted file mode 100644 (file)
index e3ffd29..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-test:
-  override:
-    - echo "test"