Skip to content

Commit

Permalink
Add Buildkite preview links to PRs (#4390)
Browse files Browse the repository at this point in the history
* Create new action

* Fix preview-path for Security docs
  • Loading branch information
joepeeples committed Dec 7, 2023
1 parent a2199f4 commit e1100e9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/docs-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: docs-preview

on:
pull_request_target:
types: [opened]

permissions:
pull-requests: write

jobs:
doc-preview-pr:
runs-on: ubuntu-latest
steps:
- uses: elastic/docs/.github/actions/docs-preview@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{ github.event.repository.name }}
preview-path: 'guide/en/security/master/index.html'
pr: ${{ github.event.pull_request.number }}

0 comments on commit e1100e9

Please sign in to comment.