diff --git a/.gitea/workflows/deploy-pages.yml b/.gitea/workflows/deploy-pages.yml index 95a34aa7..b764f26c 100644 --- a/.gitea/workflows/deploy-pages.yml +++ b/.gitea/workflows/deploy-pages.yml @@ -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