From f6da53a78b66ec4ea25716829a289e28320a492c Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Wed, 14 Jan 2026 17:35:44 -0500 Subject: [PATCH] Pull the documentation submodule before the build step --- .github/workflows/jekyll.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 558794f..16be91e 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -40,6 +40,9 @@ jobs: ruby-version: '3.2' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 1 # Increment this number if you need to re-download cached gems + # Pull the /docs folder + submodules: recursive + fetch-depth: 0 - name: Setup Pages id: pages uses: actions/configure-pages@v5