Skip to content

Commit

Permalink
bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Dec 4, 2024
1 parent 3f660d8 commit e92a778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
# comment

- name: Install Jekyll and bundler
run: gem install jekyll bundler
run: |
gem install jekyll bundler
bundle install
# - name: Debug xxx
# run: |
Expand Down

0 comments on commit e92a778

Please sign in to comment.