Specify that the doc takes some time before being available

This commit is contained in:
Maxime Gimeno 2020-10-22 14:58:04 +02:00
parent 1dee2c3704
commit 0219519a70
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ jobs:
if: steps.get_round.outputs.result != 'stop'
with:
script: |
const address = "The documentation is built. You can find it here : https://cgal.github.io/${{ steps.get_pr_number.outputs.result }}/${{ steps.get_round.outputs.result }}/Manual/index.html"
const address = "The documentation is built. It will be available, after a few minutes, here : https://cgal.github.io/${{ steps.get_pr_number.outputs.result }}/${{ steps.get_round.outputs.result }}/Manual/index.html"
github.issues.createComment({
owner: "CGAL",
repo: "cgal",