Only cache builds in lektor for the docs
This commit is contained in:
parent
d2d7cdf4ed
commit
e9670d254c
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue