mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Removes builder
This commit is contained in:
parent
178e7a7e4c
commit
5977b83900
1 changed files with 0 additions and 22 deletions
22
.github/workflows/dev-doc-builder.yml
vendored
22
.github/workflows/dev-doc-builder.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
name: Dev docs
|
||||
on:
|
||||
pull_request_target:
|
||||
paths:
|
||||
- '**.mdx'
|
||||
- '**.docnav.json'
|
||||
- '**.docapi.json'
|
||||
- '**.devdocs.json'
|
||||
- '**.jpg'
|
||||
- '**.jpeg'
|
||||
- '**.png'
|
||||
- '**.gif'
|
||||
types: [closed, opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
internal-docs:
|
||||
uses: elastic/workflows/.github/workflows/dev-docs-builder.yml@main
|
||||
secrets:
|
||||
VERCEL_GITHUB_TOKEN: ${{ secrets.VERCEL_GITHUB_TOKEN }}
|
||||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
|
||||
VERCEL_PROJECT_ID_DOCS_DEV: ${{ secrets.VERCEL_PROJECT_ID_DOCS_DEV }}
|
Loading…
Add table
Add a link
Reference in a new issue