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 4 additions and 4 deletions
Showing only changes of commit 7743cd682e - Show all commits

View File

@ -28,8 +28,8 @@ comment:
#### :rocket: Jekyll deploy `{{ deployOutcome }}`
#### :link: Preview documentation [here]({{ deployUrl }})
- id: pusher-{{ gitActor }}-{{ gitEventName }}-{{ gitRunNumber }}-{{ gitRunAttempt }}
- id: pusher-{{ gitActor }}-{{ gitEventName }}-{{ gitRunNumber }}
files:
- '**'
body: |
*Pusher: @{{ gitActor }}, Action: `{{ gitEventName }}`, Workflow: `{{ gitWorkflow }}`, Run: {{ gitRunNumber }}/{{ gitRunAttempt }}*
*Pusher: @{{ gitActor }}, Action: `{{ gitEventName }}`, Workflow: `{{ gitWorkflow }}`, Run: {{ gitRunNumber }}*

View File

@ -9,8 +9,8 @@ env:
_UID: 1000
_GID: 1000
BASE_URL: www.lafs.eval.latfa.net
PREFIX: ""
SUFFIX: ""
PREFIX: site
SUFFIX: preview
jobs:
jekyll:
runs-on: ubuntu-22.04