mirror of
https://github.com/metosin/reitit.git
synced 2025-12-30 21:28:25 +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.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" }}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue