From ee256ac0e72b0a0d7049b8b26f92107a9551be1c Mon Sep 17 00:00:00 2001 From: ebner Date: Wed, 1 Jul 2026 13:23:07 +0200 Subject: [PATCH] test2 --- .gitea/workflows/publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index b462c38..59095df 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -30,7 +30,9 @@ jobs: run: | git checkout --orphan gitea-pages git reset --hard - mv site/* . + mv site /tmp/site + rm -rf * + mv /tmp/site/* . git add . git commit -m "Update site - $(date)" git push -f https://${{ secrets.GITHUB_TOKEN }}@gitea.psi.ch/${{ github.repository }}.git gitea-pages