Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-25 11:19:09 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:55:31 +0300
commit18478e5d4fedf80ce8b62acf3c1a765b3eaa127d (patch)
tree14e8dfa1acffe0b152946f56d858462bfe426420 /doc/pages/README.md
parenta3aef3551a7d35241da51ec59060e83434da982b (diff)
Reword
Diffstat (limited to 'doc/pages/README.md')
-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:**