playing with workflow
Build and Deploy Documentation / build-and-deploy (push) Successful in 6s

This commit is contained in:
2026-06-01 10:25:35 +02:00
parent b4059bf4c3
commit 3de98e87dd
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
run: |
git checkout --orphan gitea-pages
git reset --hard
mv public/* .
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