Update .gitea/workflows/deploy-pages.yml
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 18s

switch Qt docu from Qt5 to Qt6
This commit is contained in:
2025-11-24 17:32:00 +01:00
parent 7e415e636c
commit 4c5a009305

View File

@@ -25,8 +25,8 @@ jobs:
cd doc
mkdir technical
doxygen musrfit_dox.cfg
doxygen musredit_qt5_dox.cfg
doxygen mupp_qt5_dox.cfg
doxygen musredit_qt6_dox.cfg
doxygen mupp_qt6_dox.cfg
- name: Configure Git
run: |
@@ -41,4 +41,3 @@ jobs:
git add .
git commit -m "Deploy site"
git push --verbose -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git gitea-pages