Skip to content

Commit 95be8ff

Browse files
committed
Improve
1 parent 5450eb4 commit 95be8ff

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/doxygen.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ on:
55
paths:
66
- "**/modules/**"
77
- "!**/native/**/*"
8+
- "**/workflows/doxygen.yml"
9+
- "Doxyfile"
10+
- "README.md"
811
branches:
912
- "**"
1013
- "!main"
1114
pull_request:
1215
paths:
13-
- "**/modules/**"
14-
- "!**/native/**/*"
16+
- "**/modules/**"
17+
- "!**/native/**/*"
18+
- "**/workflows/doxygen.yml"
19+
- "Doxyfile"
20+
- "README.md"
1521
branches:
1622
- "dev/**"
1723
workflow_dispatch:
@@ -20,7 +26,6 @@ concurrency:
2026
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2127
cancel-in-progress: true
2228

23-
2429
jobs:
2530
deploy:
2631
runs-on: ubuntu-latest
@@ -31,6 +36,6 @@ jobs:
3136
with:
3237
github_token: ${{ secrets.GITHUB_TOKEN }}
3338
branch: gh-pages
34-
folder: docs/html
39+
folder: docs/doxygen
3540
config_file: Doxyfile
3641
doxygen_version: 1.14.0

0 commit comments

Comments
 (0)