Make push fork-save
Build and Deploy Documentation / build-and-deploy (push) Successful in 8s

Push to "this repo" instead of hard-coded Controls repo. This allows to fork and develop locally.
This commit is contained in:
2026-06-26 11:38:37 +02:00
committed by Dirk Zimoch
parent 8746a93dd6
commit 7de5dd2bd2
+2 -1
View File
@@ -30,5 +30,6 @@ jobs:
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
REPO_URL=$(echo "${{ github.server_url }}/${{ github.repository }}.git" | sed 's|https://||')
git push -f https://${{ secrets.GITHUB_TOKEN }}@$REPO_URL gitea-pages