File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 run : cmake --preset gcc-RelWithDebInfo
3232
3333 - name : Generate Doxygen documentation
34- run : cmake --build --preset gcc-RelWithDebInfo --target doc_doxygen
34+ run : cmake --build --preset gcc-RelWithDebInfo --target docs
3535
3636 - name : Deploy to GitHub Pages
3737 uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change @@ -101,12 +101,12 @@ if(DOXYGEN_FOUND)
101101
102102 configure_file (${DOXYGEN_IN} ${DOXYGEN_OUT} @ONLY)
103103
104- add_custom_target (doc_doxygen
104+ add_custom_target (docs
105105 COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}
106106 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
107107 COMMENT "Generating API documentation with Doxygen"
108108 VERBATIM
109109 )
110110else ()
111- message (STATUS "Doxygen not found. 'doc_doxygen ' target will not be available." )
111+ message (STATUS "Doxygen not found. 'docs ' target will not be available." )
112112endif ()
You can’t perform that action at this time.
0 commit comments