Commit 4327af36 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

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

parent 206cb0aa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ This template can be used both as a [CI/CD component](https://docs.gitlab.com/ee

### Use as a CI/CD component

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

```yaml
include:
@@ -21,7 +21,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:
@@ -84,7 +84,7 @@ You might deploy the generated site using a [GitLab pages](https://docs.gitlab.c

Basically it copies the content of the sphinx 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: