Add missing "." in front of gitlab-ci.yaml example

This commit is contained in:
Phil Winder
2019-01-26 16:22:58 +00:00
committed by Bjørn Erik Pedersen
parent b922ae7d55
commit 1570999f32
@@ -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: