From b0fffcfe78e9c1df4d04953b076959b771ac4f26 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 26 Jun 2026 11:53:33 +0200 Subject: [PATCH] 4th try --- .gitea/workflows/deploy-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-pages.yml b/.gitea/workflows/deploy-pages.yml index 0b4164b4..dfb429b7 100644 --- a/.gitea/workflows/deploy-pages.yml +++ b/.gitea/workflows/deploy-pages.yml @@ -30,5 +30,6 @@ jobs: mv site/* . git add . git commit -m "Update site - $(date)" - git push -f https://${{ secrets.GITHUB_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git gitea-pages + REPO_URL=$(echo "${{ github.server_url }}/${{ github.repository }}.git" | sed 's|https://||') + git push -f https://${{ secrets.GITHUB_TOKEN }}@$REPO_URL gitea-pages