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