Fix wrong assumption that the public dir must be present in your git repo

This commit is contained in:
Achilleas Pipinellis 2015-12-17 11:09:52 +02:00 committed by James Edwards-Jones
parent c57881395b
commit f934460e81
1 changed files with 1 additions and 2 deletions

View File

@ -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: