Skip to content

Commit b80d9f4

Browse files
authored
Merge pull request #2 from nycrat/vincent-fork/doxygen
Doxygen bug fixes
2 parents 16b6e05 + 9234817 commit b80d9f4

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build-doxygen.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
pull_request:
7-
branches:
7+
branches:
88
- master
99
types: [closed]
1010

11-
1211
# Allows you to run this workflow manually from the Actions tab
1312
workflow_dispatch:
1413

@@ -27,7 +26,6 @@ concurrency:
2726
jobs:
2827
# Single deploy job since we're just deploying
2928
deploy:
30-
if: ${{ github.event.pull_request.merged }}
3129
environment:
3230
name: github-pages
3331
url: ${{ steps.deployment.outputs.page_url }}
@@ -51,7 +49,7 @@ jobs:
5149
uses: actions/upload-pages-artifact@v3
5250
with:
5351
# Upload entire repository
54-
path: './docs/html'
52+
path: "./docs/html"
5553
- name: Deploy to GitHub Pages
5654
id: deployment
5755
uses: actions/deploy-pages@v4

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ EXAMPLE_RECURSIVE = NO
10021002
# that contain images that are to be included in the documentation (see the
10031003
# \image command).
10041004

1005-
IMAGE_PATH =
1005+
IMAGE_PATH = .
10061006

10071007
# The INPUT_FILTER tag can be used to specify a program that doxygen should
10081008
# invoke to filter for each input file. Doxygen will invoke the filter program

0 commit comments

Comments
 (0)