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:
parent
1d32e8aba8
commit
1f6b8faa62
|
@ -45,7 +45,7 @@ in the project file would be to use `ghpages+https` like this:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[servers.ghpages]
|
[servers.ghpages]
|
||||||
target = ghpages+https://username/repository
|
target = ghpages+https://username/repository.git
|
||||||
```
|
```
|
||||||
|
|
||||||
You need to add this to your `.lektorproject` file.
|
You need to add this to your `.lektorproject` file.
|
||||||
|
|
Loading…
Reference in New Issue