Files
lettre/.build-scripts/site-upload.sh
2019-05-05 20:49:12 +02:00

11 lines
217 B
Bash
Executable File

#!/bin/bash
set -xe
cd website
make clean && make
echo "lettre.at" > _book/html/CNAME
sudo pip install ghp-import
ghp-import -n _book/html
git push -f https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages