File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
uses : peaceiris/actions-gh-pages@v3
30
30
with :
31
31
github_token : ${{ secrets.GITHUB_TOKEN }}
32
- publish_dir : ./doc/html
32
+ publish_dir : ./doc/build/ html
33
33
force_orphan : true
Original file line number Diff line number Diff line change 1
- doc
1
+ doc / build
2
2
3
3
* .o
4
4
* .a
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ PROJECT_LOGO =
68
68
# entered, it will be relative to the location where doxygen was started. If
69
69
# left blank the current directory will be used.
70
70
71
- OUTPUT_DIRECTORY = doc
71
+ OUTPUT_DIRECTORY = doc/build
72
72
73
73
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
74
74
# sub-directories (in 2 levels) under the output directory of each output format
@@ -2416,7 +2416,7 @@ TAGFILES =
2416
2416
# tag file that is based on the input files it reads. See section "Linking to
2417
2417
# external documentation" for more information about the usage of tag files.
2418
2418
2419
- GENERATE_TAGFILE = doc/pspsdk.tag
2419
+ GENERATE_TAGFILE = doc/build/ pspsdk.tag
2420
2420
2421
2421
# If the ALLEXTERNALS tag is set to YES, all external classes and namespaces
2422
2422
# will be listed in the class and namespace index. If set to NO, only the
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ DX_RTF_FEATURE(OFF)
50
50
DX_XML_FEATURE(OFF)
51
51
DX_PDF_FEATURE(OFF)
52
52
DX_PS_FEATURE(OFF)
53
- DX_INIT_DOXYGEN(PSPSDK, Doxyfile, doc)
53
+ DX_INIT_DOXYGEN(PSPSDK, Doxyfile, doc/build )
54
54
55
55
# Override the default prefix to point to where the pspdev tools should be installed.
56
56
# The binaries will end up in $prefix/bin, but pspsdk itself will end up in $prefix/$target/sdk.
You can’t perform that action at this time.
0 commit comments