diff --git a/.github/workflows/build_doc.yml b/.github/workflows/build_doc.yml index 9e445535ac44..39479878b756 100644 --- a/.github/workflows/build_doc.yml +++ b/.github/workflows/build_doc.yml @@ -160,7 +160,7 @@ jobs: script: | const error = process.env.ERRORMSG const job_url = `${context.serverUrl}/CGAL/cgal/actions/runs/${context.runId}` - const msg = "There was an error while building the doc: \n"+error + "\n" + job_url + const msg = "There was an error while building the doc: \n```\n"+error + "\n```\n" + job_url github.rest.issues.createComment({ owner: "CGAL", repo: "cgal",