chore: gh-pages needs git values set
This commit is contained in:
parent
d151f03a56
commit
a4f385a2bd
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,10 @@ after_success:
|
||||||
# Generate docs
|
# Generate docs
|
||||||
npm run gendocs
|
npm run gendocs
|
||||||
|
|
||||||
|
# Set up git env
|
||||||
|
git config --global user.email "$GH_USER_EMAIL"
|
||||||
|
git config --global user.name "$GH_USER_NAME"
|
||||||
|
|
||||||
# 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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue