Skip to content

Commit

Permalink
Change docs to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 5, 2023
1 parent 259c987 commit 5ac90dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
shell: cmake -P {0}
run: |
execute_process(
COMMAND cmake --build build --target docs
COMMAND cmake --build build --target doc
RESULT_VARIABLE result
)
if (NOT result EQUAL 0)
Expand Down

0 comments on commit 5ac90dc

Please sign in to comment.