@@ -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`: