1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-18 19:11:29 +00:00

fix new pages for gh-pages (#507)

This commit is contained in:
Evgenii Sokolov 2020-10-16 01:46:56 +02:00
parent 17988f7db2
commit 06fe26c5fb

View File

@ -40,7 +40,7 @@ fi
git checkout upstream/gh-pages
bash update.sh > /dev/null 2>&1
git add .
git add pages
if ! git diff --quiet; then
git commit -q -am "Travis #$TRAVIS_BUILD_NUMBER: sync github pages"