From 23e68c1c4ff616a9fbc61b00bdb6feffe7db3419 Mon Sep 17 00:00:00 2001 From: ebner Date: Mon, 13 Oct 2025 15:36:51 +0200 Subject: [PATCH] Update .gitea/workflows/deploy-pages.yml test --- .gitea/workflows/deploy-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-pages.yml b/.gitea/workflows/deploy-pages.yml index b2083fda8..b2b3b5d96 100644 --- a/.gitea/workflows/deploy-pages.yml +++ b/.gitea/workflows/deploy-pages.yml @@ -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