mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
Added deploy.
This commit is contained in:
parent
d66009bd85
commit
3ece8898cc
1 changed files with 7 additions and 0 deletions
|
@ -9,3 +9,10 @@ install:
|
|||
- pip install .
|
||||
script:
|
||||
- make test
|
||||
deploy:
|
||||
_ 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