Skip to content

Commit 833efe3

Browse files
committed
fix: Missing bundle install
1 parent 74697bb commit 833efe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- name: Setup Ruby environment with ruby-build
1313
uses: clupprich/[email protected]
14+
- name: bundle install
15+
run: bundler install
1416
- name: Import new posts
1517
run: bundler exec jekyll import rss --source https://dev.to/feed/dodevops
1618
- name: Simple commit

0 commit comments

Comments
 (0)