summaryrefslogtreecommitdiff
path: root/doc/pages/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-22 16:57:22 +0200
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:53:56 +0000
commita7fa7f269a3a6b7562880d2a780013cbab0a5110 (patch)
treebb9ae6b87fc256da16ffdbd8f66513aa4172b633 /doc/pages/README.md
parent8aba28e14dd7c66b17e0bc4a4230d0f5586155d0 (diff)
downloadgitlab-ce-a7fa7f269a3a6b7562880d2a780013cbab0a5110.tar.gz
Add missing dot in .gitlab-ci.yml [ci skip]
Diffstat (limited to 'doc/pages/README.md')
-rw-r--r--doc/pages/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index ea975ec8149..f6eb8ccb7a7 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -70,7 +70,7 @@ To make use of GitLab Pages, your `.gitlab-ci.yml` must follow the rules below:
1. `artifacts` with a path to the `public/` directory must be defined
Be aware that Pages are by default branch/tag agnostic and their deployment
-relies solely on what you specify in `gitlab-ci.yml`. If you don't limit the
+relies solely on what you specify in `.gitlab-ci.yml`. If you don't limit the
`pages` job with the [`only` parameter](../ci/yaml/README.md#only-and-except),
whenever a new commit is pushed to whatever branch or tag, the Pages will be
overwritten. In the examples below, we limit the Pages to be deployed whenever