updates devdocs builder pull all JSON

This commit is contained in:
Kellen 2022-01-26 08:06:01 -08:00 committed by GitHub
parent de0605ce32
commit 6f3a148376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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