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>2015-12-17 12:09:52 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:50:40 +0300
commitf934460e81d954afb10049d4d596744e1e7b0cab (patch)
treedb9c555fe57960536fb5a399e3e4dd66850c888a /doc/pages/README.md
parentc57881395bd7ba92b8b985545b239b00f3100284 (diff)
Fix wrong assumption that the public dir must be present in your git repo
Diffstat (limited to 'doc/pages/README.md')
-rw-r--r--doc/pages/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index 3353561b9a9..ceda2a38915 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -4,8 +4,7 @@ _**Note:** This feature was introduced in GitLab EE 8.3_
To start using GitLab Pages add to your project `.gitlab-ci.yml` the special
`pages` job. The example below is using [jekyll][] and assumes the created
-HTML files are generated under the `public/` directory which resides under the
-root directory of your Git repository.
+HTML files are generated under the `public/` directory.
```yaml
pages: