From 5c96fa045c24830d564671ae2bdf8aa9661b4d14 Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Fri, 22 Sep 2017 11:22:15 +0300 Subject: [PATCH] Add [skip ci] to the gh-pages commits --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e06866f7..9eb95793 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" }}'