From 2736f07ce7692a335b2275144c73e154d8a73138 Mon Sep 17 00:00:00 2001 From: MASES Public Developers Team <94312179+masesdevelopers@users.noreply.github.com> Date: Sat, 28 Sep 2024 05:16:55 +0200 Subject: [PATCH] Update jekyll-gh-pages.yml to support submodule of website (#194) --- .github/workflows/jekyll-gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 28f057e5d3..fe1633d713 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -31,6 +31,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: '0' + submodules: 'true' - name: Support uses: actions/checkout@v4 with: