Only cache builds in lektor for the docs

This commit is contained in:
Armin Ronacher 2015-12-19 20:12:36 +01:00
parent d2d7cdf4ed
commit e9670d254c
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ python: 2.7
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/lektor
- $HOME/.cache/lektor/builds
install: "pip install Lektor"
script: "lektor build && lektor deploy ghpages"
```