From 719646306d5a596d858d3b6d90e798b0421a64c8 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 21 Apr 2014 10:14:13 +0100 Subject: [PATCH] Use docs.znc.in for docs --- .travis-generate-docs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis-generate-docs.sh b/.travis-generate-docs.sh index 32a004dd..c3e6ddf5 100755 --- a/.travis-generate-docs.sh +++ b/.travis-generate-docs.sh @@ -22,7 +22,10 @@ git clone --branch=gh-pages znc-docs:znc/docs.git gh-pages || exit 1 cd gh-pages git rm -rf . + cp -rf "$TRAVIS_BUILD_DIR"/doc/html/* ./ || exit 1 +echo docs.znc.in > CNAME + git add . git commit -F- <