Skip to content

Commit 731065d

Browse files
committed
doxygen ci cd
1 parent 27da4e3 commit 731065d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
5454
# Update Doxyfile for Windows environment
5555
$doxyfile = Get-Content Doxyfile -Raw
56-
$doxyfile = $doxyfile -replace 'INPUT\s*=\s*/cpp_tutorials/src', 'INPUT = src'
56+
$doxyfile = $doxyfile -replace '/cpp_tutorials/src', 'src'
57+
$doxyfile = $doxyfile -replace '/cpp_tutorials/docs', 'docs'
5758
$doxyfile = $doxyfile -replace 'OUTPUT_DIRECTORY\s*=\s*\.', 'OUTPUT_DIRECTORY = docs'
5859
$doxyfile = $doxyfile -replace 'OUTPUT_TEXT_DIRECTION\s*=\s*None', '# OUTPUT_TEXT_DIRECTION = None'
5960
$doxyfile = $doxyfile -replace 'HTML_TIMESTAMP\s*=\s*NO', '# HTML_TIMESTAMP = NO'

0 commit comments

Comments
 (0)