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:
|
||||
doxygen:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/doxygen/doxygen:1.12.0
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Build docs
|
||||
run: |
|
||||
doxygen --version
|
||||
doxygen Doxyfile
|
||||
touch .nojekyll
|
||||
|
||||
- name: Generate Doxygen docs
|
||||
uses: mattnotmitt/doxygen-action@v1.12.0
|
||||
|
||||
- name: Disable Jekyll
|
||||
run: touch docs/html/.nojekyll
|
||||
|
||||
- name: Deploy to gh-pages
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user