Skip to content

Add base 'write from scratch' content to Explore and Analyze #12

Add base 'write from scratch' content to Explore and Analyze

Add base 'write from scratch' content to Explore and Analyze #12

Workflow file for this run

name: docs
on:
pull_request:
types:
- synchronize
- opened
- reopened
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
docs-preview:
uses: elastic/docs-builder/.github/workflows/preview.yml@main
permissions:
contents: read
id-token: write
deployments: write
with:
strict: false