From a53d1d306379a920b95646522f933f3351558350 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 21 Feb 2024 22:58:40 +0100 Subject: [PATCH] set retention for repo rendering to 7 days --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d3783..e3402dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: with: path: ./_site name: site-for-repo - retention-days: 1 + retention-days: 7 deploy-repo: name: Deploy Packages to repo.powerdns.com