Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jan 22, 2025
1 parent 566febb commit c7df24a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ jobs:
return response.data.id

# - name: Delete a comment if exists
# uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
# with:
# comment-tag: docs-builder-preview
# mode: delete
# test

- uses: actions/checkout@v4

- name: Bootstrap Action Workspace
Expand All @@ -63,8 +55,6 @@ jobs:
- name: Publish AOT
run: ./build.sh publishbinaries

# we run our artifact directly please use the prebuild
# elastic/docs-builder@main GitHub Action for all other repositories!
- name: Build documentation
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
Expand Down Expand Up @@ -129,9 +119,3 @@ jobs:
description: "Deployment failed",
log_url: `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}?pr=${context.issue.number}`,
})
# - name: Comment PR with execution number
# uses: thollander/actions-comment-pull-request@v3
# with:
# message: |
# https://d2euvt1bxklciq.cloudfront.net/${{ github.repository }}/pull/${{ github.event.pull_request.number }}
# comment-tag: docs-builder-preview

0 comments on commit c7df24a

Please sign in to comment.