Fix repo link target on Travis CI deployment page to rm .git

This commit is contained in:
C.A.M. Gerlach 2018-08-09 23:27:57 -05:00
parent 46b66bec2f
commit bac3f01460
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.git
target = ghpages+https://username/repository
```
You need to add this to your `.lektorproject` file.