From e9670d254cf1340be9c9564e039f99aa556c996e Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 19 Dec 2015 20:12:36 +0100 Subject: [PATCH] Only cache builds in lektor for the docs --- content/docs/deployment/travisci/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deployment/travisci/contents.lr b/content/docs/deployment/travisci/contents.lr index 7cdadb32..c541ebd0 100644 --- a/content/docs/deployment/travisci/contents.lr +++ b/content/docs/deployment/travisci/contents.lr @@ -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" ```