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-24 17:26:34 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:55:31 +0300
commitc9b63ee44ccedbbd1fd8b1e7da57442a25dd2e2c (patch)
tree90d154c76e7c8eeeb08499c3126e00fb051a67ec /doc/pages/README.md
parent8f7eb4e3d04edc415af7a1dc58e96de366823c19 (diff)
Add pages job in yaml document
Diffstat (limited to 'doc/pages/README.md')
-rw-r--r--doc/pages/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index 6f1d2d27554..c44d48e9cbf 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -64,7 +64,7 @@ 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`](../ci/yaml/README.md#pages) in
+1. Provide a specific job named [`pages`][pages] in
[`.gitlab-ci.yml`](../ci/yaml/README.md)
1. A GitLab Runner to build GitLab Pages
@@ -112,7 +112,7 @@ access it under `http(s)://groupname.example.io`.
To make use of GitLab Pages, your `.gitlab-ci.yml` must follow the rules below:
-1. A special `pages` job must be defined
+1. A special [`pages`][pages] job must be defined
1. Any static content must be placed under a `public/` directory
1. `artifacts` with a path to the `public/` directory must be defined
@@ -222,3 +222,4 @@ to private, internal or public.
[pages-daemon]: https://gitlab.com/gitlab-org/gitlab-pages
[gitlab ci]: https://about.gitlab.com/gitlab-ci
[gitlab runner]: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner
+[pages]: ../ci/yaml/README.md#pages