Mention of file size for Uploading image via Kibana dashboard Image panel. #2150
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@master | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
repo: ${{ github.event.repository.name }} | |
preview-path: 'guide/index.html' | |
pr: ${{ github.event.pull_request.number }} |