Merge pull request #308 from ryanjbaxter/publish-antora-docs

Logging exit code
This commit is contained in:
Ryan Baxter
2024-06-19 14:31:49 -04:00
committed by GitHub

View File

@@ -115,6 +115,7 @@ __action() {
)
exit_code=$?
echo "Exiting with code $exit_code"
exit $exit_code
}