Deploy preview site to review pull requests #5

Merged
btlogy merged 32 commits from 1.site-preview into main 2024-05-24 11:08:07 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 4d7cfaf6c3 - Show all commits

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 }}",