Avoid format function for now
Jekyll / jekyll (pull_request) Failing after 22s
Details
Jekyll / jekyll (pull_request) Failing after 22s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
688f335240
commit
ee742b5291
|
@ -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:
|
||||
|
|
|
@ -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 }}",
|
||||
|
|
Loading…
Reference in New Issue