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