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 2c57366 commit 431007fCopy full SHA for 431007f
.travis.yml
@@ -23,13 +23,13 @@ script:
23
- yarn
24
- yarn build
25
26
-#deploy:
27
-# provider: pages
28
-# skip_cleanup: true
29
-# token: $GH_TOKEN
30
-# keep_history: true
31
-# on:
32
-# branch: refactoring
+deploy:
+ provider: pages
+ skip_cleanup: true
+ token: $GH_TOKEN
+ keep_history: true
+ on:
+ branch: refactoring
33
34
after_success:
35
- yarn semantic-release
0 commit comments