From a88580aa2bf2b12b8ce98f856350ab05cccd10aa Mon Sep 17 00:00:00 2001 From: ebner Date: Tue, 4 Mar 2025 17:03:08 +0100 Subject: [PATCH] Update .github/workflows/deploy-pages.yml --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index df6ae3d6..cf936227 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -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