Fix wrong assumption that the public dir must be present in your git repo
This commit is contained in:
parent
c57881395b
commit
f934460e81
1 changed files with 1 additions and 2 deletions
|
@ -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
|
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
|
`pages` job. The example below is using [jekyll][] and assumes the created
|
||||||
HTML files are generated under the `public/` directory which resides under the
|
HTML files are generated under the `public/` directory.
|
||||||
root directory of your Git repository.
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
pages:
|
pages:
|
||||||
|
|
Loading…
Reference in a new issue