too lazy to go deeper, just use a fake year
All checks were successful
publish / publish (push) Successful in 33s

This commit is contained in:
Rouven Seifert 2025-05-22 19:23:18 +02:00
parent 0540d165b7
commit 48fc47f25d
Signed by: rouven.seifert
SSH key fingerprint: SHA256:WedRxwyCvqwDG6cd16qf/fizYDK1pvN4p5bawXlnKk0
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
year: 2025
year: 3025
startDay: 6
endDay: 11
color: "#FFB000"