Remove .versions before deploy
This commit is contained in:
parent
d4c89dfeec
commit
9ad1787a58
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ script:
|
|||
|
||||
before_deploy:
|
||||
- make clean
|
||||
- rm -rf hs/ epub/ extra/ papers/ .bundle/ vendor/ *.agda-lib **/*.lagda.md **/*.sh Guardfile Gemfile Gemfile.lock Makefile .gitignore .travis.yml
|
||||
- rm -rf hs/ epub/ extra/ papers/ .bundle/ vendor/ .versions/ *.agda-lib **/*.lagda.md **/*.sh Guardfile Gemfile Gemfile.lock Makefile .gitignore .travis.yml
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue