Remove build output entirely
Jekyll / jekyll (pull_request) Successful in 20s
Details
Jekyll / jekyll (pull_request) Successful in 20s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
531e50d97f
commit
a9ad6f6771
|
@ -13,13 +13,6 @@ comment:
|
|||
- '**'
|
||||
body: |
|
||||
#### :wrench: Jekyll build `{{ buildOutcome }}`
|
||||
<!-<details><summary>Build Output</summary>
|
||||
|
||||
```
|
||||
{{ buildOutputsResult }}
|
||||
```
|
||||
|
||||
</details>-->
|
||||
|
||||
- id: deploy-{{ deployOutcome }}
|
||||
files:
|
||||
|
|
|
@ -83,7 +83,6 @@ jobs:
|
|||
{
|
||||
"imageOutcome": "${{ steps.build_image.outcome }}",
|
||||
"buildOutcome": "${{ steps.build_site.outcome }}",
|
||||
"buildOutputsResult": ${{ toJSON(steps.build_site.outputs.result) }},
|
||||
"deployOutcome": "${{ steps.deploy_site.outcome }}",
|
||||
"deployWebHost": "${{ env.WEB_HOST }}",
|
||||
"deployWebContext": "${{ env.WEB_CONTEXT }}",
|
||||
|
|
Loading…
Reference in New Issue