We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74697bb commit 833efe3Copy full SHA for 833efe3
.github/workflows/main.yml
@@ -11,6 +11,8 @@ jobs:
11
- uses: actions/checkout@v1
12
- name: Setup Ruby environment with ruby-build
13
uses: clupprich/[email protected]
14
+ - name: bundle install
15
+ run: bundler install
16
- name: Import new posts
17
run: bundler exec jekyll import rss --source https://dev.to/feed/dodevops
18
- name: Simple commit
0 commit comments