docs: fix workflow

This commit is contained in:
parker
2025-06-29 15:56:37 +01:00
parent 6cfb439639
commit 5b459ac74d

View File

@@ -6,16 +6,17 @@ on:
jobs: jobs:
doxygen: doxygen:
runs-on: ghcr.io/doxygen/doxygen:1.12.0 runs-on: ubuntu-latest
container:
image: ghcr.io/doxygen/doxygen:1.12.0
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive
- name: Build docs - name: Build docs
run: | run: |
doxygen --version doxygen --version
doxygen Doxyfile doxygen Doxyfile
# ensure nojekyll so assets like underscore-files arent ignored
touch .nojekyll touch .nojekyll
- name: Deploy to gh-pages - name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v4 uses: peaceiris/actions-gh-pages@v4