We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad61a90 commit bdff1f8Copy full SHA for bdff1f8
.travis.yml
@@ -5,11 +5,13 @@ cache:
5
directories:
6
- "node_modules"
7
script: yarn test && codecov && yarn storybook:export
8
+before_deploy:
9
+ # Set up git user name and email
10
+ - git config --local user.name "jscottsmith"
11
+ - git config --local user.email "jscsmith@gmail.com"
12
deploy:
13
provider: pages
14
skip-cleanup: true
- name: jscottsmith
- email: jscsmith@gmail.com
15
github-token: GITHUB_TOKEN
16
# committer-from-gh: true
17
verbose: true
0 commit comments