From 9014cfc022c95eba7da44b8c31656f7c95e271b0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 7 Jan 2023 22:32:17 -0500 Subject: [PATCH] no need to checkout submodules for GitHub Actions --- .github/workflows/static.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 6d891007..0d48448e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -8,8 +8,6 @@ jobs: steps: - uses: actions/checkout@v3 - with: - submodules: true - uses: actions/setup-node@v3 with: cache: npm