From 1570999f32686eb67417bab5866364755ff2a4bb Mon Sep 17 00:00:00 2001 From: Phil Winder Date: Sat, 26 Jan 2019 16:22:58 +0000 Subject: [PATCH] Add missing "." in front of gitlab-ci.yaml example --- content/en/hosting-and-deployment/hosting-on-gitlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hosting-and-deployment/hosting-on-gitlab.md b/content/en/hosting-and-deployment/hosting-on-gitlab.md index c38908cae..eda592d43 100644 --- a/content/en/hosting-and-deployment/hosting-on-gitlab.md +++ b/content/en/hosting-and-deployment/hosting-on-gitlab.md @@ -37,7 +37,7 @@ cd your-hugo-site In the root directory of your Hugo site, create a `.gitlab-ci.yml` file. The `.gitlab-ci.yml` configures the GitLab CI on how to build your page. Simply add the content below. -{{< code file="gitlab-ci.yml" >}} +{{< code file=".gitlab-ci.yml" >}} image: monachus/hugo variables: