From 0a3d51dc25456caa0e509f73c60d51fef8d09ff0 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 5 May 2019 20:15:45 +0200 Subject: [PATCH] fix(docs): Use doc root and set custom favicon --- .build-scripts/site-upload.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.build-scripts/site-upload.sh b/.build-scripts/site-upload.sh index 094ae26..a327802 100755 --- a/.build-scripts/site-upload.sh +++ b/.build-scripts/site-upload.sh @@ -4,7 +4,8 @@ set -xe cd website make clean && make -echo "lettre.at" > _book/CNAME +cp static/images/favicon.png _book/html/favicon.png +echo "lettre.at" > _book/html/CNAME sudo pip install ghp-import -ghp-import -n _book -git push -f https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages \ No newline at end of file +ghp-import -n _book/html +git push -f https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages