From 5f02becfff352184186fd7cab08ff05795148ebd Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Wed, 4 Feb 2026 17:06:25 +0100 Subject: [PATCH] tried some cleaner indentations in the yml file --- .gitea/workflows/publish-site.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/publish-site.yml b/.gitea/workflows/publish-site.yml index 3adc99d..d4fc48e 100644 --- a/.gitea/workflows/publish-site.yml +++ b/.gitea/workflows/publish-site.yml @@ -20,15 +20,15 @@ jobs: - name: Configure Git run: | - git config --global user.name "Gitea Actions" - git config --global user.email "actions@gitea.local" + git config --global user.name "Gitea Actions" + git config --global user.email "actions@gitea.local" - name: Push to gitea-pages branch run: | - git checkout --orphan gitea-pages - git reset --hard - mv site/* . - git add . - git commit -m "Update site - $(date)" - git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git gitea-pages + git checkout --orphan gitea-pages + git reset --hard + mv site/* . + git add . + git commit -m "Update site - $(date)" + git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git gitea-pages