skip ci for gh-pages commit

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2019-08-04 23:29:30 -04:00
parent 091f4aa5f9
commit d1e2700fb6

View File

@ -101,7 +101,7 @@ update_index() {
if ! git diff --quiet; then
git add .
git commit --message="Update index.yaml" --signoff
git commit --message="[ci skip] Update index.yaml" --signoff
git push "$GIT_REPOSITORY_URL" gh-pages
fi
}