Commit b01a58b6 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add missing leading dot when referencing the .gitlab-ci.yml file

parent 27c42e13
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ or using the legacy [`include:project`](https://docs.gitlab.com/ee/ci/yaml/index

### Use as a CI/CD component

Add the following to your `gitlab-ci.yml`:
Add the following to your `.gitlab-ci.yml`:

```yaml
include:
@@ -22,7 +22,7 @@ include:

### Use as a CI/CD template (legacy)

Add the following to your `gitlab-ci.yml`:
Add the following to your `.gitlab-ci.yml`:

```yaml
include:
@@ -86,7 +86,7 @@ You might deploy the generated site using a [GitLab pages](https://docs.gitlab.c

Basically it copies the content of the mkdocs generated site folder (`site` by default) to the `public` folder which is published by [GitLab pages](https://docs.gitlab.com/ee/user/project/pages/#how-it-works).

If you wish to use it, add the following to your `gitlab-ci.yml`:
If you wish to use it, Add the following to your `.gitlab-ci.yml`:

```yaml
include: