diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-24 16:12:38 +0200 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-01-31 22:55:30 +0000 |
commit | 34d75cff99d32f7f3a5e53fc47292328aa7ac1de (patch) | |
tree | eb5bfc509a57b50eea83587ee38f335dbd0a6a31 /doc/pages | |
parent | dbfde1d06f984ff37c5c953f914acf8d2ffe1c63 (diff) | |
download | gitlab-ce-34d75cff99d32f7f3a5e53fc47292328aa7ac1de.tar.gz |
Rephrase
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 42df9c79f22..4413a327246 100644 --- a/doc/pages/README.md +++ b/doc/pages/README.md @@ -82,8 +82,9 @@ username, it won’t work, so make sure to get it right. --- -After you upload some static content to your repository, you will be able to -access it under `http(s)://username.example.io`. Keep reading to find out how. +After you push some static content to your repository and GitLab Runner uploads +the artifacts to GitLab CI, you will be able to access your website under +`http(s)://username.example.io`. Keep reading to find out how. ### GitLab pages per group |