Skip to content

Commit df2ffe5

Browse files
author
Pooya Parsa
committed
fix docs publish
1 parent 44a7e59 commit df2ffe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ jobs:
4040
name: Publish Docs
4141
command: |
4242
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
43+
git config --global user.email vuebootstrap@gmail.com
44+
git config --global user.name BootstrapVue
4345
yarn docs-gen && yarn docs-publish
4446
fi

0 commit comments

Comments
 (0)