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: |
|
||||
#### :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:
|
||||
|
|
|
@ -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 }}",
|
||||
|
|
Loading…
Reference in New Issue