Skip to content

Commit 9c41f53

Browse files
committed
fix auto deploy error
1 parent 479ee8f commit 9c41f53

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,14 @@ jobs:
5252
run: |
5353
echo "/opt/hostedtoolcache/Ruby/3.2.2/x64/bin" >> $GITHUB_PATH
5454
55-
# Continue with the rest of the workflow
55+
# Install Bundler
56+
- name: Install Bundler
57+
run: gem install bundler
58+
59+
# Run bundle install
60+
- name: Install Gems
61+
run: bundle install
62+
5663
- name: Setup Pages
5764
id: pages
5865
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)