add doxygen deployement

This commit is contained in:
Arthur Barraux
2025-09-25 10:47:07 +02:00
parent 8844d2f064
commit 7dded62db9
2 changed files with 17 additions and 29 deletions
+13
View File
@@ -34,3 +34,16 @@ jobs:
with:
name: beluga
path: build/
- name: Install Doxygen
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz
- name: Build Doxygen Docs
run: doxygen Doxyfile
- name: Deploy to Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./docs/html
publish_branch: pages
github_token: ${{ secrets.GITEA_TOKEN }}