Skip to content

Commit

Permalink
[skip ci] update
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Sep 15, 2024
1 parent d73be1d commit 420ed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 420ed32

Please sign in to comment.