Skip to content

Commit 01c79f8

Browse files
authored
Update jekyll-gh-pages.yml
1 parent ca92b4d commit 01c79f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
ruby-version: '3.1' # Not needed with a .ruby-version file
3737
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3838
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+
3946
- name: Setup Pages
4047
id: pages
4148
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)