changed copy path for pages.

This commit is contained in:
2025-09-02 09:10:35 +02:00
parent a6153a0eb7
commit 475bb6a9f7

View File

@@ -42,7 +42,7 @@ jobs:
run: |
git checkout --orphan gitea-pages
git reset --hard
cp -r ./technical/html/* .
cp -r ./doc/technical/html/* .
git add .
git commit -m "Deploy site"
git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git gitea-pages