File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
run : docker run --rm -v ${{ github.workspace }}:/cpp_tutorials mycpp_image:latest doxygen /cpp_tutorials/Doxyfile
36
36
37
37
- name : List generated documentation files
38
- run : docker run --rm -v ${{ github.workspace }}:/cpp_tutorials mycpp_image:latest ls -la /cpp_tutorials/doxygen
38
+ run : docker run --rm -v ${{ github.workspace }}:/cpp_tutorials mycpp_image:latest ls -la /cpp_tutorials/docs
39
39
Original file line number Diff line number Diff line change @@ -1222,7 +1222,7 @@ GENERATE_HTML = YES
1222
1222
# The default directory is: html.
1223
1223
# This tag requires that the tag GENERATE_HTML is set to YES.
1224
1224
1225
- HTML_OUTPUT = /cpp_tutorials/doxygen /html
1225
+ HTML_OUTPUT = /cpp_tutorials/docs /html
1226
1226
1227
1227
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
1228
1228
# generated HTML page (for example: .htm, .php, .asp).
You can’t perform that action at this time.
0 commit comments