From cc231e0b621ed1ff2c14d51c24e3d18b95db4494 Mon Sep 17 00:00:00 2001 From: "kevin.zhang" Date: Thu, 18 Apr 2024 18:07:10 +0800 Subject: [PATCH] chore: fix --- .github/workflows/gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ae1affc..873f7f7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,6 +3,8 @@ on: push: branches: - main + paths: + - 'sites/**' jobs: build-deploy: