Skip to content

Commit 8bdf697

Browse files
committed
why why why
1 parent 177b12e commit 8bdf697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
run: docker run --rm -v ${{ github.workspace }}:/cpp_tutorials mycpp_image:latest doxygen /cpp_tutorials/Doxyfile
3636

3737
- 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
3939

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ GENERATE_HTML = YES
12221222
# The default directory is: html.
12231223
# This tag requires that the tag GENERATE_HTML is set to YES.
12241224

1225-
HTML_OUTPUT = /cpp_tutorials/doxygen/html
1225+
HTML_OUTPUT = /cpp_tutorials/docs/html
12261226

12271227
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
12281228
# generated HTML page (for example: .htm, .php, .asp).

0 commit comments

Comments
 (0)