Merge branch 'v0.9.x'
This commit is contained in:
@@ -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
|
||||
ghp-import -n _book/html
|
||||
git push -f https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
|
||||
Reference in New Issue
Block a user