From 1ac1fac013a235d2136f77887fefa99040951b89 Mon Sep 17 00:00:00 2001 From: Bowen Date: Sat, 25 May 2024 10:55:12 +0800 Subject: [PATCH] update action --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8380e0d..c2869db6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 + submodules: true - name: Install Node.js uses: actions/setup-node@v4