Update .gitea/workflows/deploy-pages.yml
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 17s

test
This commit is contained in:
2025-10-13 15:36:51 +02:00
parent c9414f7f08
commit 23e68c1c4f

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install system dependencies
run: |
apk add doxygen
apk add doxygen graphviz
- name: Build musrfit-tech-docu
run: |
@@ -40,5 +40,5 @@ jobs:
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
git push --verbose -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git gitea-pages