File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed
Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 11notifications :
22 email : false
33
4- env :
5- global :
6- - secure : " \
7- mXVwwu7ddcqmf6RSG2ILA7ppZwEyvh0lxTOb5Byvzx1KQ6Vr/vLqvNIRQN6mhTVTOj0aQMFhS/KthlJfnLTMv++ddYgqIWbL1YPqzSCYphqMk+HNRN\
8- 1lFMdrEXiE28mtVEjZi/WQ+4mt8Y3sfCAOTfn/OlHzJdTO6KYXJwG0H3L76Ot4l2jbTvV1+t0fOuIpkyj68Nz/J/Ff7SEX48DRd3i1SQdrZBPwjUz0\
9- 9MzRwhv7eh9HkamSiqhBr0yOgtR331TI0wZzWXyR9Bo96TCnqZk6DJSzXgw2c2OM9gSpWEabV6q34dMZSkt/87Ty2hu4PKI32sJcTcup63GXdMSYZo\
10- nGXfGgPXI0emZBfuVAw1VfIFr9P1nDO1KG15CRxTMdOcRwRc4lX9xuDtvZM7Pv/9z2HMUnBS8llJ1cKRoCUJ5eA8LDpYfTUUsiZrn+hVcODcbdWckA\
11- MGLK3l5USMYUgPVSn4+Rqm5k6/lLcHQk2LHV3Qt4dx3+mu2uZLLcknbP1yESine3fauIqWYQqpjgycdiDTq2K9q1vDRJRSw0lo4+81yJX1XkLiep6t\
12- L3Har/21Q5FiWVfj32TMM4fUqorOfkv7H+PybKjd3eR9d5SwfWbDBcn6cSiLCmzDHhuaLx0faKR/LObFLHkKr7MHsRFGEiLvlP84hLXc7ZPgbY3tM="
13-
144before_script :
155 - mkdir -v "${out=_site}" && cd "$_"
16- - |
17- git init
18- git config user.name Travis
19- git config user.email [email protected] 20- git config credential.helper store
21- git remote add origin https://github.com/"$TRAVIS_REPO_SLUG"
22- echo "https://$GITHUB_TOKEN:@github.com" > ~/.git-credentials
6+ - echo "https://$GITHUB_TOKEN:@github.com" > ~/.git-credentials
7+ - git clone -n https://github.com/"$TRAVIS_REPO_SLUG" .
8+ -c user.name=Travis
9+ 10+ -c credential.helper=store
2311
2412 - # Checkout remote branch or create new branch if remote branch doesn't exist yet.
25- git pull --depth=1 origin "${branch=gh-pages}"
13+ git checkout "${branch=gh-pages}"
2614 || git checkout --orphan "$branch"
2715
2816 - rm -rfv *
You can’t perform that action at this time.
0 commit comments