CI: Fix repo for rebuilding tiddlywiki-com

logging-improvements
Jermolene 2019-01-08 14:58:59 +00:00
rodzic d0afbe50a1
commit b899563971
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,4 +7,4 @@ npm --force install tiddlywiki || exit 1
# Pull existing GitHub pages content
git clone --depth=1 --branch=master "https://github.com/Jermolene/Testing2019.git" output
git clone --depth=1 --branch=master "https://github.com/Jermolene/jermolene.github.io.git" output

Wyświetl plik

@ -13,7 +13,7 @@ git add -A . || exit 1
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER ($(date +'%F %T %Z'))" || exit 1
git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/Testing2019.git" &>/dev/null || exit 1
git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/jermolene.github.io.git" &>/dev/null || exit 1
git push deploy master &>/dev/null || exit 1