We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5b046 commit f6da53aCopy full SHA for f6da53a
.github/workflows/jekyll.yml
@@ -40,6 +40,9 @@ jobs:
40
ruby-version: '3.2' # Not needed with a .ruby-version file
41
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
42
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
46
- name: Setup Pages
47
id: pages
48
uses: actions/configure-pages@v5
0 commit comments