chore: better commit message
This commit is contained in:
parent
a4f385a2bd
commit
35bcec12cd
1 changed files with 5 additions and 1 deletions
|
|
@ -54,7 +54,11 @@ after_success:
|
||||||
# Commit docs to gh-pages branch
|
# Commit docs to gh-pages branch
|
||||||
# Using --add to ensure that archived versions aren't lost
|
# Using --add to ensure that archived versions aren't lost
|
||||||
# Using --repo to force it to go over SSH so the saved keys are used (tschaub/gh-pages#160)
|
# Using --repo to force it to go over SSH so the saved keys are used (tschaub/gh-pages#160)
|
||||||
$(npm bin)/gh-pages --dist ./dist --add --repo "git@github.com:lhorie/mithril.js.git"
|
$(npm bin)/gh-pages \
|
||||||
|
--dist ./dist \
|
||||||
|
--add \
|
||||||
|
--repo "git@github.com:lhorie/mithril.js.git" \
|
||||||
|
--message "Generated docs for commit $TRAVIS_COMMIT [skip ci]"
|
||||||
else
|
else
|
||||||
echo "Not submitting documentation updates"
|
echo "Not submitting documentation updates"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue