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