36 lines
919 B
YAML
36 lines
919 B
YAML
comment:
|
|
glob-options:
|
|
dot: true
|
|
snippets:
|
|
- id: image-{{ imageOutcome }}
|
|
files:
|
|
- '**'
|
|
body: |
|
|
#### :hammer: Docker image `{{ imageOutcome }}`
|
|
|
|
- id: build-{{ buildOutcome }}
|
|
files:
|
|
- '**'
|
|
body: |
|
|
#### :mag: Jekyll build `{{ buildOutcome }}`
|
|
<details><summary>Build Output</summary>
|
|
|
|
```
|
|
{{ buildOutputsResult }}
|
|
```
|
|
|
|
</details>
|
|
|
|
- id: deploy-{{ deployOutcome }}
|
|
files:
|
|
- '**'
|
|
body: |
|
|
#### :rocket: Jekyll deploy `{{ deployOutcome }}`
|
|
#### :link: Preview documentation [here]({{ deployUrl }})
|
|
|
|
- id: pusher-{{ gitActor }}-{{ gitEventName }}-{{ gitRunNumber }}-{{ gitRunAttempt }}
|
|
files:
|
|
- '**'
|
|
body: |
|
|
*Pusher: @{{ gitActor }}, Action: `{{ gitEventName }}`, Workflow: `{{ gitWorkflow }}`, Run: {{ gitRunNumber }}/{{ gitRunAttempt }}*
|