Skip to content

Commit

Permalink
GH Actions broke
Browse files Browse the repository at this point in the history
  • Loading branch information
bvasiles committed Mar 14, 2024
1 parent 6b629a5 commit 59ab946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle exec jekyll build
- name: Deploy 🚀
Expand Down

0 comments on commit 59ab946

Please sign in to comment.