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] 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.