Skip to content

Commit f4a2a24

Browse files
author
zachcran
committed
Fix missed merge
1 parent e3af1d4 commit f4a2a24

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/deploy_docs_master.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,8 @@ jobs:
9393
9494
# Build the API docs with CMinx
9595
cminx \
96-
<<<<<<< Updated upstream
97-
"cmake/${api_docs_module}" \
98-
-o "${build_api_docs_dir}/${api_docs_module}" \
99-
=======
10096
"${cmake_source_dir}/${api_docs_module}" \
101-
-o "build/api_docs/${api_docs_module}" \
102-
>>>>>>> Stashed changes
97+
-o "${build_api_docs_dir}/${api_docs_module}" \
10398
-r -p ${api_docs_module}
10499
105100
# Move the api docs to the documentation directory

0 commit comments

Comments
 (0)