Skip to content

Commit dbf9e79

Browse files
committed
fix: demo not deploying latest version
1 parent 19f4b74 commit dbf9e79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git:
1414
submodules: false
1515
before_install:
1616
- "git config --global user.name \"\U0001F916\""
17-
- "git config --global user.email \"travis@travis-ci.org\""
17+
- "git config --global user.email \"travis@travis-ci.com\""
1818
jobs:
1919
include:
2020
- stage: lint
@@ -30,4 +30,7 @@ jobs:
3030
- yarn travis-deploy-once "yarn semantic-release"
3131
skip_cleanup: true
3232
after_deploy:
33+
- sleep 10
34+
- git pull https://${GH_TOKEN}@github.com/${GH_REPO}.git master
35+
- yarn build
3336
- yarn deploy:demo

0 commit comments

Comments
 (0)