mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
updates devdocs builder pull all JSON
This commit is contained in:
parent
de0605ce32
commit
6f3a148376
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dev-docs-builder.yml
vendored
3
.github/workflows/dev-docs-builder.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
- '**.docnav.json'
|
||||
- '**.png'
|
||||
- '**.gif'
|
||||
- '**.json'
|
||||
types: [closed, opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
|
@ -56,7 +57,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
mkdir -p ${{ github.workspace }}/wordlake-dev/${{ github.event.repository.name }}
|
||||
rsync --ignore-missing-args -zavpm --include='*.docnav.json' --include='*.mdx' --include='*.png' --include='*.gif' --include='*/' --exclude='*' ${{ github.workspace }}/temp/ ${{ github.workspace }}/wordlake-dev/${{ github.event.repository.name }}/
|
||||
rsync --ignore-missing-args -zavpm --include='*.docnav.json' --include='*.json' --include='*.mdx' --include='*.png' --include='*.gif' --include='*/' --exclude='*' ${{ github.workspace }}/temp/ ${{ github.workspace }}/wordlake-dev/${{ github.event.repository.name }}/
|
||||
|
||||
- name: Generate preview
|
||||
if: github.event.pull_request.merged == false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue