docs: fix workflow

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

View File

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