Commit 2b648ca5 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

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

parent 1c218d08
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,7 +39,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:
@@ -54,7 +54,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:
@@ -202,7 +202,7 @@ Here are some advices about your **secrets** (variables marked with a :lock:):

Basically it copies the content of the dbt generated site folder (`target` 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
  # main template