Update URLs

This commit is contained in:
hugovk 2018-03-14 23:10:59 +02:00 committed by Hugo
parent ca8096d3f9
commit d28e7612eb
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ if [[ ${TRAVIS_PULL_REQUEST} == "false" ]] && [[ ${TRAVIS_BRANCH} == "master" ]]
tox -e apidocs
# Make the directory
git clone --branch gh-pages https://github.com/hawkowl/incremental.git /tmp/tmp-docs
git clone --branch gh-pages https://github.com/twisted/incremental.git /tmp/tmp-docs
# Copy the docs
rsync -rt --del --exclude=".git" apidocs/* /tmp/tmp-docs/docs/
@ -34,7 +34,7 @@ if [[ ${TRAVIS_PULL_REQUEST} == "false" ]] && [[ ${TRAVIS_BRANCH} == "master" ]]
if [[ ${TRAVIS_REPO_SLUG} == "twisted/incremental" ]];
then
# Push it up
git push -q "https://${GH_TOKEN}@github.com/hawkowl/incremental.git" gh-pages
git push -q "https://${GH_TOKEN}@github.com/twisted/incremental.git" gh-pages
fi
else
echo "skipping docs upload"