Skip to content

Commit c7df24a

Browse files
committed
cleanup
1 parent 566febb commit c7df24a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/preview.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ jobs:
4646
4747
return response.data.id
4848
49-
50-
# - name: Delete a comment if exists
51-
# uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
52-
# with:
53-
# comment-tag: docs-builder-preview
54-
# mode: delete
55-
# test
56-
5749
- uses: actions/checkout@v4
5850

5951
- name: Bootstrap Action Workspace
@@ -63,8 +55,6 @@ jobs:
6355
- name: Publish AOT
6456
run: ./build.sh publishbinaries
6557

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

0 commit comments

Comments
 (0)