Skip to content

Merge pull request #1002 from devsapp/update-sourcearn-desc #384

Merge pull request #1002 from devsapp/update-sourcearn-desc

Merge pull request #1002 from devsapp/update-sourcearn-desc #384

Workflow file for this run

name: docs sync
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
sync-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: file_changes
uses: tj-actions/changed-files@v14.5
id: docs-changed
with:
files: |
docs/*
- name: Run step only when files change.
if: steps.docs-changed.outputs.any_changed == 'true'
run: |
curl -H "X-Fc-Invocation-Type: Async" http://index.serverless-devs-docs.1767215449378635.cn-hongkong.fc.devsapp.net