From 9bc7452e274b5c6822af4d0d45e2e0bd6719481a Mon Sep 17 00:00:00 2001 From: JF-Cozy Date: Fri, 12 Mar 2021 12:07:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=B3=20=20change=20repo=20name=20on=20t?= =?UTF-8?q?ravis=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2afb94d..b325f95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ deploy: skip-cleanup: true github-token: $GITHUB_TOKEN # Will take the environment variable you created on step 5 local_dir: storybook-static # The folder that needs to be deployed - repo: mayteio/mui-bottom-sheet # Add your username/project_name here + repo: cozy/mui-bottom-sheet # Add your username/project_name here target_branch: gh-pages # Tell Travis to deploy on the gh-pages branch on: branch: master # Tell Travis to trigger a deploy only when we push to master