From 6f7fd154d28b1a9f0db0077a7648a59bbcd25dd9 Mon Sep 17 00:00:00 2001 From: linwumingshi Date: Wed, 18 Sep 2024 21:13:56 +0800 Subject: [PATCH] ci: :construction_worker: Fix deploy action build skip issue --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 18ff77e..89a6115 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ concurrency: jobs: # Build job build: - if: ${{ github.repository == 'smart-doc-group/smart-doc-group.github.io' && github.event.pull_request.changed_files > 0 }} + if: ${{ github.repository == 'smart-doc-group/smart-doc-group.github.io'}} runs-on: ubuntu-latest steps: - name: Checkout