From 3de98e87dd90ba34bbee5d9323c18e693588a735 Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Mon, 1 Jun 2026 10:25:35 +0200 Subject: [PATCH] playing with workflow --- .gitea/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-pages.yml b/.gitea/workflows/deploy-pages.yml index 95a34aa7..b764f26c 100644 --- a/.gitea/workflows/deploy-pages.yml +++ b/.gitea/workflows/deploy-pages.yml @@ -27,7 +27,7 @@ jobs: run: | git checkout --orphan gitea-pages git reset --hard - mv public/* . + mv site/* . git add . git commit -m "Update site - $(date)" git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/Controls/gitea-pages.git gitea-pages