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.
This commit is contained in:
Enguerran 2016-10-28 14:49:28 +02:00 committed by GitHub
parent 1d32e8aba8
commit 1f6b8faa62
1 changed files with 1 additions and 1 deletions

View File

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