docs: use newer doxygen image

This commit is contained in:
parker
2025-06-29 15:53:50 +01:00
parent f6fae93559
commit 6cfb439639

View File

@@ -6,15 +6,14 @@ on:
jobs:
doxygen:
runs-on: ubuntu-latest
runs-on: ghcr.io/doxygen/doxygen:1.12.0
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Doxygen
run: sudo apt-get update && sudo apt-get install -y doxygen
- name: Build docs
run: |
doxygen --version
doxygen Doxyfile
# ensure nojekyll so assets like underscore-files arent ignored
touch .nojekyll