Update .github/workflows/deploy-pages.yml

This commit is contained in:
2025-03-04 17:03:08 +01:00
parent a5d9bdac91
commit a88580aa2b
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
git checkout --orphan gitea-pages
git reset --hard
cp -r ../public/* .
git add --all
git add .
git commit -m "Deploy site"
git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/linux/gitea-pages.git gitea-pages