Skip to content

Manage your cloud organization #29

Manage your cloud organization

Manage your cloud organization #29

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