diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-24 16:28:08 +0200 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-01-31 22:55:31 +0000 |
commit | 5009acc04de0daf78472df5ec7061aac53bd6576 (patch) | |
tree | 369b59caf3315ebe310627db1e9219636670ccb8 /doc/pages | |
parent | c9b63ee44ccedbbd1fd8b1e7da57442a25dd2e2c (diff) | |
download | gitlab-ce-5009acc04de0daf78472df5ec7061aac53bd6576.tar.gz |
Convert shared runners into a note
Diffstat (limited to 'doc/pages')
-rw-r--r-- | doc/pages/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md index c44d48e9cbf..3cb560f0150 100644 --- a/doc/pages/README.md +++ b/doc/pages/README.md @@ -68,8 +68,9 @@ In brief, this is what you need to upload your website in GitLab Pages: [`.gitlab-ci.yml`](../ci/yaml/README.md) 1. A GitLab Runner to build GitLab Pages -If [shared runners](../ci/runners/README.md) are enabled by your GitLab -administrator, you should be able to use them instead of bringing your own. +> **Note:** +> If [shared runners](../ci/runners/README.md) are enabled by your GitLab +> administrator, you should be able to use them instead of bringing your own. ### GitLab pages per user |