Skip to content

Commit 38d78b2

Browse files
authored
[action] fix path doxygen.yml
1 parent 6abbe9c commit 38d78b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doxygen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
- name: generate doxygen html
5151
shell: bash
5252
run: |
53-
cd documentation/doxygen
53+
cd documentation
5454
doxygen Doxyfile
5555
cat Doxyfile
5656
5757
- name: Upload static files as artifact
5858
id: deployment
5959
uses: actions/upload-pages-artifact@main # or specific "vX.X.X" version tag for this action
6060
with:
61-
path: documentation/doxygen/html/
61+
path: documentation/html/
6262

6363
deploy:
6464
if: github.event_name == 'push'

0 commit comments

Comments
 (0)