[skip ci] update

This commit is contained in:
Laurent Rineau 2024-09-15 22:37:57 +02:00
parent d73be1db7f
commit 420ed32ef6
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",