test2
Build and Publish Site / docker (push) Failing after 3s

This commit is contained in:
2026-07-01 13:23:07 +02:00
parent e946e1ebe0
commit ee256ac0e7
+3 -1
View File
@@ -30,7 +30,9 @@ jobs:
run: |
git checkout --orphan gitea-pages
git reset --hard
mv site/* .
mv site /tmp/site
rm -rf *
mv /tmp/site/* .
git add .
git commit -m "Update site - $(date)"
git push -f https://${{ secrets.GITHUB_TOKEN }}@gitea.psi.ch/${{ github.repository }}.git gitea-pages