mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
Forget gh-pages.
This commit is contained in:
parent
655e809392
commit
6a399fb134
1 changed files with 0 additions and 12 deletions
12
.travis.yml
12
.travis.yml
|
@ -9,15 +9,3 @@ install:
|
|||
- pip install .
|
||||
script:
|
||||
- make test
|
||||
after_success:
|
||||
- git clean -f
|
||||
- git config --global user.name "Ahmet Bakan"
|
||||
- git config --global user.email "lordnapi@gmail.com"
|
||||
- git config --global push.default simple
|
||||
- ablog deploy --push-quietly --github-token=ABLOG_KEY -m="`git log -1 --pretty=%B`"
|
||||
- git checkout --orphan gh-pages
|
||||
- rm $(git ls-files)
|
||||
- git rm --cached $(git ls-files)
|
||||
- git add .
|
||||
- git commit
|
||||
- git push origin gh-pages
|
||||
|
|
Loading…
Add table
Reference in a new issue