diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-08-17 15:16:17 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-08-17 15:16:17 +0200 |
| commit | 5167aad15c4548c81b54057ad5c2511a59bc0550 (patch) | |
| tree | 208d03e97998cce304e1769001c2ce30b599308d /.gitlab-ci.yml | |
| parent | 1f53b9e203b41ca0614c51534df9bac4177a451c (diff) | |
GitLab CI: limit lifetime of artifacts to 8 days
... to save storage space.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d5013fd4..7c3476dd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,13 @@ # (1) Continuously building FLTK with one or more build systems. # (2) Generating current HTML documentation and putting it online. # -# The documentation will be viewable at: +# The HTML documentation will be viewable at: # -# https://fltk.gitlab.io/fltk/ +# https://fltk.gitlab.io/fltk/ +# +# The PDF documentation will be viewable at: +# +# https://fltk.gitlab.io/fltk/fltk.pdf # # Details of this script: # @@ -93,3 +97,5 @@ pages: artifacts: paths: - public + expire_in: + - 8 days |
