diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-17 11:09:52 +0200 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-01-31 22:50:40 +0000 |
commit | f934460e81d954afb10049d4d596744e1e7b0cab (patch) | |
tree | db9c555fe57960536fb5a399e3e4dd66850c888a /doc/pages/README.md | |
parent | c57881395bd7ba92b8b985545b239b00f3100284 (diff) | |
download | gitlab-ce-f934460e81d954afb10049d4d596744e1e7b0cab.tar.gz |
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.md | 3 |
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: |