From bac3f014607cad44d352d38a3635bc7e089e9f5c Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Thu, 9 Aug 2018 23:27:57 -0500 Subject: [PATCH 1/2] Fix repo link target on Travis CI deployment page to rm .git --- 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 b4c383d3..a1b95765 100644 --- a/content/docs/deployment/travisci/contents.lr +++ b/content/docs/deployment/travisci/contents.lr @@ -45,7 +45,7 @@ in the project file would be to use `ghpages+https` like this: ```ini [servers.ghpages] -target = ghpages+https://username/repository.git +target = ghpages+https://username/repository ``` You need to add this to your `.lektorproject` file. From 45a890230a08f185f492cbd8f5c3cbf0b997e697 Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Thu, 9 Aug 2018 23:39:42 -0500 Subject: [PATCH 2/2] Update Python version from 3.5 to 3.6 in Travis script --- 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 a1b95765..eead32e1 100644 --- a/content/docs/deployment/travisci/contents.lr +++ b/content/docs/deployment/travisci/contents.lr @@ -24,7 +24,7 @@ file into your repository. You can copy paste this over: ```yaml language: python -python: 3.5 +python: 3.6 install: "pip install Lektor" script: "lektor build" deploy: