Update .gitea/workflows/deploy-pages.yml
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 18s
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:
@@ -25,8 +25,8 @@ jobs:
|
|||||||
cd doc
|
cd doc
|
||||||
mkdir technical
|
mkdir technical
|
||||||
doxygen musrfit_dox.cfg
|
doxygen musrfit_dox.cfg
|
||||||
doxygen musredit_qt5_dox.cfg
|
doxygen musredit_qt6_dox.cfg
|
||||||
doxygen mupp_qt5_dox.cfg
|
doxygen mupp_qt6_dox.cfg
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
@@ -41,4 +41,3 @@ jobs:
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "Deploy site"
|
git commit -m "Deploy site"
|
||||||
git push --verbose -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user