Avoid format function for now
Jekyll / jekyll (pull_request) Failing after 22s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-23 22:48:31 +02:00
parent 688f335240
commit ee742b5291
2 changed files with 4 additions and 3 deletions

View File

@ -26,8 +26,7 @@ comment:
- '**'
body: |
#### :rocket: Jekyll deploy `{{ deployOutcome }}`
#### :link: Preview documentation [here]({{ deployUrl }})
#### :link: Preview documentation [here](https://www.lafs.eval.latfa.net/)
#### :link: Preview documentation [here]({{ deployBaseUrl }}/{{ deployPrefix}}/{{ deploySuffix }})
- id: pusher-{{ gitActor }}-{{ gitEventName }}-{{ gitRunNumber }}
files:

View File

@ -71,7 +71,9 @@ jobs:
"buildOutcome": "${{ steps.build_site.outcome }}",
"buildOutputsResult": ${{ toJSON(steps.build_site.outputs.result) }},
"deployOutcome": "${{ steps.deploy_site.outcome }}",
"deployUrl": "${{ format('{0}/{1}{2}/', env.BASE_URL, env.PREFIX, env.SUFFIX) }}",
"deployBaseUrl": "${{ env.BASE_URL }}",
"deployPrefix": "${{ env.PREFIX }}",
"deploySuffix": "${{ env.SUFFIX }}",
"gitActor": "${{ gitea.actor }}",
"gitEventName": "${{ gitea.event_name }}",
"gitWorkflow": "${{ gitea.workflow }}",