We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5450eb4 commit 95be8ffCopy full SHA for 95be8ff
1 file changed
.github/workflows/doxygen.yml
@@ -5,13 +5,19 @@ on:
5
paths:
6
- "**/modules/**"
7
- "!**/native/**/*"
8
+ - "**/workflows/doxygen.yml"
9
+ - "Doxyfile"
10
+ - "README.md"
11
branches:
12
- "**"
13
- "!main"
14
pull_request:
15
- - "**/modules/**"
- - "!**/native/**/*"
16
+ - "**/modules/**"
17
+ - "!**/native/**/*"
18
19
20
21
22
- "dev/**"
23
workflow_dispatch:
@@ -20,7 +26,6 @@ concurrency:
26
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
27
cancel-in-progress: true
28
-
24
29
jobs:
25
30
deploy:
31
runs-on: ubuntu-latest
@@ -31,6 +36,6 @@ jobs:
36
with:
32
37
github_token: ${{ secrets.GITHUB_TOKEN }}
33
38
branch: gh-pages
34
- folder: docs/html
39
+ folder: docs/doxygen
35
40
config_file: Doxyfile
41
doxygen_version: 1.14.0
0 commit comments