Avoid passing the URL
Jekyll / jekyll (pull_request) Failing after 20s
Details
Jekyll / jekyll (pull_request) Failing after 20s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
7ac9feaee4
commit
4d7cfaf6c3
|
@ -26,7 +26,7 @@ comment:
|
||||||
- '**'
|
- '**'
|
||||||
body: |
|
body: |
|
||||||
#### :rocket: Jekyll deploy `{{ deployOutcome }}`
|
#### :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 }}
|
- id: pusher-{{ gitActor }}-{{ gitEventName }}-{{ gitRunNumber }}
|
||||||
files:
|
files:
|
||||||
|
|
|
@ -8,7 +8,6 @@ on:
|
||||||
env:
|
env:
|
||||||
_UID: 1000
|
_UID: 1000
|
||||||
_GID: 1000
|
_GID: 1000
|
||||||
BASE_URL: "https://www.lafs.eval.latfa.net"
|
|
||||||
PREFIX: site
|
PREFIX: site
|
||||||
SUFFIX: preview
|
SUFFIX: preview
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -71,7 +70,6 @@ jobs:
|
||||||
"buildOutcome": "${{ steps.build_site.outcome }}",
|
"buildOutcome": "${{ steps.build_site.outcome }}",
|
||||||
"buildOutputsResult": ${{ toJSON(steps.build_site.outputs.result) }},
|
"buildOutputsResult": ${{ toJSON(steps.build_site.outputs.result) }},
|
||||||
"deployOutcome": "${{ steps.deploy_site.outcome }}",
|
"deployOutcome": "${{ steps.deploy_site.outcome }}",
|
||||||
"deployBaseUrl": "${{ env.BASE_URL }}",
|
|
||||||
"deployPrefix": "${{ env.PREFIX }}",
|
"deployPrefix": "${{ env.PREFIX }}",
|
||||||
"deploySuffix": "${{ env.SUFFIX }}",
|
"deploySuffix": "${{ env.SUFFIX }}",
|
||||||
"gitActor": "${{ gitea.actor }}",
|
"gitActor": "${{ gitea.actor }}",
|
||||||
|
|
Loading…
Reference in New Issue