Fix the adress

This commit is contained in:
Maxime Gimeno 2021-07-30 11:34:41 +02:00
parent ddf5ff6600
commit 30ceb97b8d
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ jobs:
if: ${{ success() && steps.get_round.outputs.result != 'stop' }}
with:
script: |
const tmp_round=${{ steps.get_round.outputs.result }};
const tmp_round = "${{ steps.get_round.outputs.result }}";
const id = tmp_round.indexOf(":");
const round = tmp_round.substring(0,id);
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 }}/"+round+"/Manual/index.html"