Always exit code 64? #27
-
|
I wanted to replace Sami with Doctum for my API documentation and it looked easy enough. But now I noticed that Doctum seems to always return with exit code 64. I also tested it with the Laravel API documentation (as defined here) and it also returns with exit code 64: The documentation seems to be generated just fine in any case. It's just the exit code that bothers me (and my build pipeline). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @mzur (By the way their run.sh file is unsafe, it should have a |
Beta Was this translation helpful? Give feedback.
Hi @mzur
You can use
--ignore-parse-errorsto exit 0 if the build succeeds(By the way their run.sh file is unsafe, it should have a
set -eto exit when a command exists a non zero code.)