mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-03 00:45:37 +02:00
fix markdown typo
This commit is contained in:
parent
596c486e78
commit
1386b85381
@ -29,7 +29,7 @@ The branch does not matter. GitLab scans all branches for a file named
|
||||
## Configuration
|
||||
|
||||
To enable support for Lektor you need to create a `.gitlab-ci.yml` config
|
||||
next to your `.lektorproject` file with the following contents:
|
||||
next to your `your-project.lektorproject` file with the following contents:
|
||||
|
||||
```yaml
|
||||
image: python:2.7
|
||||
|
@ -13,7 +13,7 @@ SSH as you would normally do. The `username` part is optional and defaults
|
||||
to the current user that is signed into the machine or whatever is picked up
|
||||
as default from the `.ssh/config`.
|
||||
|
||||
You will need to change your '<your-project-name>.lektorproject`
|
||||
You will need to change your `your-project-name.lektorproject`
|
||||
file to specify the server target.
|
||||
|
||||
## Example
|
||||
|
Loading…
x
Reference in New Issue
Block a user