diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-03-05 23:14:02 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-03-05 23:34:20 +0100 |
commit | 829cc80e1d9147721f6edc137c52ed91500c931e (patch) | |
tree | c161aeac1405f366a3e35336ee13bf837c2a38ae /doc/user | |
parent | 8a5557ce514fc5bd1a8e4e236713fd0910ce7e78 (diff) | |
download | gitlab-ce-829cc80e1d9147721f6edc137c52ed91500c931e.tar.gz |
Delete artifacts for pages unless expiry date is specifieddelete-pages
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/pages/getting_started_part_four.md | 3 |
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 |