Skip to content

Commit f6da53a

Browse files
committed
Pull the documentation submodule before the build step
1 parent bb5b046 commit f6da53a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
ruby-version: '3.2' # Not needed with a .ruby-version file
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4242
cache-version: 1 # Increment this number if you need to re-download cached gems
43+
# Pull the /docs folder
44+
submodules: recursive
45+
fetch-depth: 0
4346
- name: Setup Pages
4447
id: pages
4548
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)