Add [skip ci] to the gh-pages commits

This commit is contained in:
Miikka Koskinen 2017-09-22 11:22:15 +03:00
parent eb22bae047
commit 5c96fa045c

View file

@ -34,7 +34,7 @@ jobs:
git config user.name "Automatic build"
git config user.email "noreply@metosin.fi"
git add -A
git commit -m "Build book from commit $CIRCLE_SHA1"
git commit -m "Build book from commit $CIRCLE_SHA1 [skip ci]"
git push
- save_cache:
key: 'v1-{{ checksum "book.json" }}'