From a9ad6f677142e26eb992a54e3fb368db86639ff6 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Fri, 24 May 2024 12:55:29 +0200 Subject: [PATCH] Remove build output entirely Signed-off-by: Benoit Donneaux --- .gitea/pr-commenter.yml | 7 ------- .gitea/workflows/jekyll.yaml | 1 - 2 files changed, 8 deletions(-) diff --git a/.gitea/pr-commenter.yml b/.gitea/pr-commenter.yml index b84b8c5..d96f23b 100644 --- a/.gitea/pr-commenter.yml +++ b/.gitea/pr-commenter.yml @@ -13,13 +13,6 @@ comment: - '**' body: | #### :wrench: Jekyll build `{{ buildOutcome }}` - Build Output - - ``` - {{ buildOutputsResult }} - ``` - - --> - id: deploy-{{ deployOutcome }} files: diff --git a/.gitea/workflows/jekyll.yaml b/.gitea/workflows/jekyll.yaml index fa4111f..dc24ffa 100644 --- a/.gitea/workflows/jekyll.yaml +++ b/.gitea/workflows/jekyll.yaml @@ -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 }}",