GitLab CI: limit lifetime of artifacts to 8 days

... to save storage space.
This commit is contained in:
Albrecht Schlosser 2022-08-17 15:16:17 +02:00
parent 1f53b9e203
commit 5167aad15c
1 changed files with 8 additions and 2 deletions

View File

@ -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