Skip to content

[Logs Explorer] Rename test subjects and page objects #1301

[Logs Explorer] Rename test subjects and page objects

[Logs Explorer] Rename test subjects and page objects #1301

name: Docs Preview Links
on:
pull_request_target:
types: [opened]
paths:
- '**.asciidoc'
permissions:
pull-requests: write
jobs:
doc-preview:
runs-on: ubuntu-latest
steps:
- uses: elastic/docs/.github/actions/docs-preview@current
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{ github.event.repository.name }}
preview-path: 'guide/en/observability/master/index.html'
pr: ${{ github.event.pull_request.number }}