Skip to content

Commit e88cc6a

Browse files
committed
fix
1 parent 208408c commit e88cc6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
# we run our artifact directly please use the prebuild
4040
# elastic/docs-builder@main GitHub Action for all other repositories!
4141
- name: Build documentation
42+
env:
43+
PR_NUMBER: ${{ github.event.pull_request.number }}
4244
run: .artifacts/publish/docs-builder/release/docs-builder --strict --path-prefix "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}"
4345

4446
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)