We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208408c commit e88cc6aCopy full SHA for e88cc6a
.github/workflows/pr.yml
@@ -39,6 +39,8 @@ jobs:
39
# we run our artifact directly please use the prebuild
40
# elastic/docs-builder@main GitHub Action for all other repositories!
41
- name: Build documentation
42
+ env:
43
+ PR_NUMBER: ${{ github.event.pull_request.number }}
44
run: .artifacts/publish/docs-builder/release/docs-builder --strict --path-prefix "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}"
45
46
- uses: actions/upload-artifact@v4
0 commit comments