mirror of https://github.com/CGAL/cgal
Fix the adress
This commit is contained in:
parent
ddf5ff6600
commit
30ceb97b8d
|
|
@ -118,7 +118,7 @@ jobs:
|
||||||
if: ${{ success() && steps.get_round.outputs.result != 'stop' }}
|
if: ${{ success() && steps.get_round.outputs.result != 'stop' }}
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const tmp_round=${{ steps.get_round.outputs.result }};
|
const tmp_round = "${{ steps.get_round.outputs.result }}";
|
||||||
const id = tmp_round.indexOf(":");
|
const id = tmp_round.indexOf(":");
|
||||||
const round = tmp_round.substring(0,id);
|
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"
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue