Update .github/workflows/deploy-pages.yml

This commit is contained in:
2025-03-04 16:52:56 +01:00
parent 444715b80e
commit 4f4c6fbd17

View File

@@ -53,6 +53,7 @@ jobs:
cd deploy
git checkout --orphan gitea-pages
git reset --hard
rm -rf ../public/.git
cp -r ../public/* .
git add --all
git commit -m "Deploy site"