This commit is contained in:
Laurent Rineau 2024-09-15 22:30:38 +02:00
parent e20d663ef7
commit d73be1db7f
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ jobs:
if: ${{ success() }}
with:
script: |
const round = ${{ env.doc_version }}
const round = "${{ env.doc_version }}""
const address = "The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/${{ env.pr_number }}/"+round+"/Manual/index.html"
github.rest.issues.createComment({
owner: "CGAL",