We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca92b4d commit 01c79f8Copy full SHA for 01c79f8
.github/workflows/jekyll-gh-pages.yml
@@ -36,6 +36,13 @@ jobs:
36
ruby-version: '3.1' # Not needed with a .ruby-version file
37
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
38
cache-version: 0 # Increment this number if you need to re-download cached gems
39
+
40
+ - name: Install Jekyll and Dependencies
41
+ run: |
42
+ cd docs
43
+ bundle install
44
+ bundle exec which jekyll # Debug: Check if Jekyll is installed
45
46
- name: Setup Pages
47
id: pages
48
uses: actions/configure-pages@v5
0 commit comments