Copy dummy docs/circle.yml to gh-pages branch (#603)
authorebraminio <ebrahim@gnu.org>
Thu, 2 Nov 2017 14:56:25 +0000 (07:56 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2017 14:56:25 +0000 (07:56 -0700)
.ci/deploy-docs.sh

index e4dbad4..d647cb4 100755 (executable)
@@ -16,6 +16,7 @@ mkdir $DOCSDIR
 cd $DOCSDIR
 
 cp ../docs/html/* .
+cp ../docs/circle.yml .
 
 git init
 git config user.name "Travis CI"