docs: use newer doxygen image
This commit is contained in:
5
.github/workflows/doxygen.yml
vendored
5
.github/workflows/doxygen.yml
vendored
@@ -6,15 +6,14 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
doxygen:
|
doxygen:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ghcr.io/doxygen/doxygen:1.12.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Install Doxygen
|
|
||||||
run: sudo apt-get update && sudo apt-get install -y doxygen
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: |
|
run: |
|
||||||
|
doxygen --version
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
# ensure nojekyll so assets like underscore-files aren’t ignored
|
# ensure nojekyll so assets like underscore-files aren’t ignored
|
||||||
touch .nojekyll
|
touch .nojekyll
|
||||||
|
|||||||
Reference in New Issue
Block a user