File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments