Fix .travis.yml
change master to main
This commit is contained in:
parent
7127b23eb0
commit
7488351d5a
|
@ -3,7 +3,7 @@ node_js:
|
||||||
- lts/*
|
- lts/*
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
install:
|
install:
|
||||||
- cd vuepress
|
- cd vuepress
|
||||||
- yarn install
|
- yarn install
|
||||||
|
@ -16,4 +16,4 @@ deploy:
|
||||||
github_token: $CI_DEPLOY_TOKEN
|
github_token: $CI_DEPLOY_TOKEN
|
||||||
keep_history: true
|
keep_history: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: main
|
Loading…
Reference in New Issue
Block a user