Skip to content

Commit 74697bb

Browse files
author
Dennis Ploeger
authored
Import posts workflow added
1 parent 64d998e commit 74697bb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/main.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Update Posts
2+
3+
on: repository_dispatch
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v1
12+
- name: Setup Ruby environment with ruby-build
13+
uses: clupprich/[email protected]
14+
- name: Import new posts
15+
run: bundler exec jekyll import rss --source https://dev.to/feed/dodevops
16+
- name: Simple commit
17+
uses: zwaldowski/git-commit-action@v1
18+
with:
19+
commit_message: (chore) Updated posts
20+
- name: action-push
21+
uses: ludeeus/[email protected]

0 commit comments

Comments
 (0)