From 1f6b8faa62e77f89d1cefcbc5d9a36b0909dd9f3 Mon Sep 17 00:00:00 2001 From: Enguerran Date: Fri, 28 Oct 2016 14:49:28 +0200 Subject: [PATCH] Update documentation to fit to #240 In #240 we talk about adding .git at the end of the target example [servers.ghpages] target = ghpages+https://enguerran/Agence-Tous-Risques.git And the documentation seems not to be updated since. Here is the fix. --- 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 45a6bf6a..61b78610 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 +target = ghpages+https://username/repository.git ``` You need to add this to your `.lektorproject` file.