Skip to content

Commit cc58695

Browse files
committed
fix doc folder
1 parent 4bb3185 commit cc58695

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_branch: gh-pages
31-
publish_dir: ./project/doxygen/html
31+
publish_dir: ./html
3232

project/doxygen/doxygen.log

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
warning: source '../../src' is not a readable file or directory... skipping.
2+
warning: No files to be processed, please check your settings, in particular INPUT, FILE_PATTERNS, and RECURSIVE
3+
error: Style sheet 'doxygen-awesome.css' specified by HTML_EXTRA_STYLESHEET does not exist!

0 commit comments

Comments
 (0)