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
path: root/doc
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-03-06 01:14:02 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2017-03-06 01:34:20 +0300
commit829cc80e1d9147721f6edc137c52ed91500c931e (patch)
treec161aeac1405f366a3e35336ee13bf837c2a38ae /doc
parent8a5557ce514fc5bd1a8e4e236713fd0910ce7e78 (diff)
Delete artifacts for pages unless expiry date is specified
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/pages/getting_started_part_four.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/project/pages/getting_started_part_four.md b/doc/user/project/pages/getting_started_part_four.md
index 6edf99239ea..83f88fbeb40 100644
--- a/doc/user/project/pages/getting_started_part_four.md
+++ b/doc/user/project/pages/getting_started_part_four.md
@@ -133,6 +133,9 @@ your Jekyll 3.4.0 site with GitLab Pages. This is the minimum
configuration for our example. On the steps below, we'll refine
the script by adding extra options to our GitLab CI.
+Artifacts will be automatically deleted once GitLab Pages got deployed.
+You can preserve artifacts for limited time by specifying expiry time.
+
### Image
At this point, you probably ask yourself: "okay, but to install Jekyll