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

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
parent 8746a93dd6
commit b31a4947e6
+1 -1
View File
@@ -30,5 +30,5 @@ 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
git push -f https://${{ secrets.GITHUB_TOKEN }}@${{ github.server_url#https:// }}/${{gitea.repository}}.git gitea-pages