docs: attempted fix for workflow
This commit is contained in:
14
.github/workflows/doxygen.yml
vendored
14
.github/workflows/doxygen.yml
vendored
@@ -7,17 +7,17 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
doxygen:
|
doxygen:
|
||||||
runs-on: ubuntu-latest
|
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
|
|
||||||
run: |
|
- name: Generate Doxygen docs
|
||||||
doxygen --version
|
uses: mattnotmitt/doxygen-action@v1.12.0
|
||||||
doxygen Doxyfile
|
|
||||||
touch .nojekyll
|
- name: Disable Jekyll
|
||||||
|
run: touch docs/html/.nojekyll
|
||||||
|
|
||||||
- name: Deploy to gh-pages
|
- name: Deploy to gh-pages
|
||||||
uses: peaceiris/actions-gh-pages@v4
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user