mirror of
https://github.com/metosin/reitit.git
synced 2026-02-05 11:53:11 +00:00
Add [skip ci] to the gh-pages commits
This commit is contained in:
parent
eb22bae047
commit
5c96fa045c
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
git config user.name "Automatic build"
|
git config user.name "Automatic build"
|
||||||
git config user.email "noreply@metosin.fi"
|
git config user.email "noreply@metosin.fi"
|
||||||
git add -A
|
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
|
git push
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: 'v1-{{ checksum "book.json" }}'
|
key: 'v1-{{ checksum "book.json" }}'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue