From 718b60e107ce9065e25278afd77cf288edad82af Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Mon, 10 May 2021 08:55:11 +0200 Subject: [PATCH] Retain website artifact for the minimum period --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 039949a4a..1eb01ad5e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -380,6 +380,7 @@ jobs: with: path: build/html name: website + retention-days: 1 # =================== website-deployment: