Просмотр исходного кода

TRAVIS: fix update-gh-pages.sh

tags/0.7.5
Julian Ospald 7 лет назад
Родитель
Сommit
21668f12fe
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 511B62C09D50CD28
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      update-gh-pages.sh

+ 2
- 2
update-gh-pages.sh Просмотреть файл

@@ -22,13 +22,13 @@ git clone --branch=${TARGET_BRANCH} ${REPO} ${TARGET_BRANCH} || exit 1
# docs
cd ${TARGET_BRANCH} || exit 1
echo "Removing old docs."
rm -rf .
rm -rf *
echo "Adding new docs."
cp -rf "${TRAVIS_BUILD_DIR}${DOC_LOCATION}"/* . || exit 1

# If there are no changes to the compiled out (e.g. this is a README update)
# then just bail.
if [ -z `git diff --exit-code` ]; then
if [ -z "`git diff --exit-code`" ]; then
echo "No changes to the output on this push; exiting."
exit 0
fi


Загрузка…
Отмена
Сохранить