From 92ad16a1750f6390db6fbda0cf4ade1364714bde Mon Sep 17 00:00:00 2001 From: harrywan Date: Wed, 16 Sep 2020 19:41:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20docs=20Action=E5=8F=AA=E5=9C=A8fes-doc?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=96=87=E4=BB=B6=E5=8F=91=E7=94=9F=E5=8F=98?= =?UTF-8?q?=E5=8C=96=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b4d080ea..1cad0d43 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,6 +3,8 @@ on: push: branches: - master + paths: + - 'packages/fes-doc/**/**' jobs: build-and-deploy: runs-on: ubuntu-latest