From 12f1851ba5035dfa67b638e4d4cdc413d9e648df Mon Sep 17 00:00:00 2001 From: Soufiane Fariss Date: Wed, 24 Jul 2024 12:41:45 +0200 Subject: [PATCH] deploy-webui.yml: include submodule capa-rules checkout --- .github/workflows/deploy-webui.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-webui.yml b/.github/workflows/deploy-webui.yml index 1d4c67fd..4188bcc3 100644 --- a/.github/workflows/deploy-webui.yml +++ b/.github/workflows/deploy-webui.yml @@ -28,6 +28,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + submodules: 'recursive' + fetch-depth: 1 + show-progress: true - name: Set up Node uses: actions/setup-node@v4 with: