We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3af1d4 commit f4a2a24Copy full SHA for f4a2a24
1 file changed
.github/workflows/deploy_docs_master.yaml
@@ -93,13 +93,8 @@ jobs:
93
94
# Build the API docs with CMinx
95
cminx \
96
-<<<<<<< Updated upstream
97
- "cmake/${api_docs_module}" \
98
- -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
+ -o "${build_api_docs_dir}/${api_docs_module}" \
103
-r -p ${api_docs_module}
104
105
# Move the api docs to the documentation directory
0 commit comments