From e763a6bb924665b98dfe2fec512722f1192c288b Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 21 Sep 2024 20:33:34 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci(github):=20Enable=20submodule?= =?UTF-8?q?=20checkout=20in=20deploy=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/neocities.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 620abe5..6da3930 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: 'true' # Set up any tools and build steps here # This example uses a Node.js toolchain to build a site - name: Use Node.js