From 48fc47f25dd19ad80221701cdf2fa23ebeb46042 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Thu, 22 May 2025 19:23:18 +0200 Subject: [PATCH] too lazy to go deeper, just use a fake year --- .forgejo/workflows/publish.yaml | 2 +- content/_data/ese.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 159f7e6..67ee9e2 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -40,4 +40,4 @@ jobs: mkdir ~/.ssh ssh-keyscan ifsr.de > ~/.ssh/known_hosts year=$(yq '.year' content/_data/ese.yaml) - rsync -rvh --progress --delete --chmod=ugo=rwX _site/ ese-deploy@ifsr.de:"$year"-staging + rsync -rvh --progress --delete --chmod=ugo=rwX _site/ ese-deploy@ifsr.de:"$year" diff --git a/content/_data/ese.yaml b/content/_data/ese.yaml index 8c8f638..c7e790d 100644 --- a/content/_data/ese.yaml +++ b/content/_data/ese.yaml @@ -1,4 +1,4 @@ -year: 2025 +year: 3025 startDay: 6 endDay: 11 color: "#FFB000"