From d6175b1c9a467568cf2e860239f9f5ac2a747b83 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 25 Jan 2021 04:49:32 -0500 Subject: [PATCH] checkout submodules in GitHub action --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 27e116f5..b463db78 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -14,6 +14,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: true - uses: actions/setup-node@v1 - name: Cache node modules