File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 required : false
2626 type : string
2727 default : ' '
28+ cmake_source_dir :
29+ required : false
30+ type : string
31+ default : ' cmake'
2832 docs_dir :
2933 required : false
3034 type : string
4549 api_docs_dir : ${{ inputs.api_docs_dir }}
4650 api_docs_module : ${{ inputs.api_docs_module }}
4751 build_api_docs_dir : " build/api_docs"
52+ cmake_source_dir : ${{ inputs.cmake_source_dir }}
4853 docs_dir : ${{ inputs.docs_dir }}
4954 venv : " virt_env"
5055
8893
8994 # Build the API docs with CMinx
9095 cminx \
96+ <<<<<<< Updated upstream
9197 " cmake/${api_docs_module}" \
9298 -o "${build_api_docs_dir}/${api_docs_module}" \
99+ =======
100+ " ${cmake_source_dir}/${api_docs_module}" \
101+ -o "build/api_docs/${api_docs_module}" \
102+ >>>>>>> Stashed changes
93103 -r -p ${api_docs_module}
94104
95105 # Move the api docs to the documentation directory
You can’t perform that action at this time.
0 commit comments