summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-25 10:19:09 +0200
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:55:31 +0000
commit18478e5d4fedf80ce8b62acf3c1a765b3eaa127d (patch)
tree14e8dfa1acffe0b152946f56d858462bfe426420 /doc
parenta3aef3551a7d35241da51ec59060e83434da982b (diff)
downloadgitlab-ce-18478e5d4fedf80ce8b62acf3c1a765b3eaa127d.tar.gz
Reword
Diffstat (limited to 'doc')
-rw-r--r--doc/pages/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index a5c9b9c23c3..d6f8d28fa7c 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -74,8 +74,8 @@ In brief, this is what you need to upload your website in GitLab Pages:
(ask your administrator). This is very important, so you should first make
sure you get that right.
1. Create a project
-1. Provide a specific job named [`pages`][pages] in
- [`.gitlab-ci.yml`](../ci/yaml/README.md)
+1. Push a [`.gitlab-ci.yml`](../ci/yaml/README.md) file in your repository with
+ a specific job named [`pages`][pages]
1. A GitLab Runner to build GitLab Pages
> **Note:**