Avoid passing the URL
Jekyll / jekyll (pull_request) Failing after 20s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-23 22:53:45 +02:00
parent 7ac9feaee4
commit 4d7cfaf6c3
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -8,7 +8,6 @@ on:
env:
_UID: 1000
_GID: 1000
BASE_URL: "https://www.lafs.eval.latfa.net"
PREFIX: site
SUFFIX: preview
jobs:
@ -71,7 +70,6 @@ jobs:
"buildOutcome": "${{ steps.build_site.outcome }}",
"buildOutputsResult": ${{ toJSON(steps.build_site.outputs.result) }},
"deployOutcome": "${{ steps.deploy_site.outcome }}",
"deployBaseUrl": "${{ env.BASE_URL }}",
"deployPrefix": "${{ env.PREFIX }}",
"deploySuffix": "${{ env.SUFFIX }}",
"gitActor": "${{ gitea.actor }}",