Skip to content

CHAOSS Blog RSS Feed #844

CHAOSS Blog RSS Feed

CHAOSS Blog RSS Feed #844

Workflow file for this run

name: CHAOSS Blog RSS Feed
on:
push:
workflow_dispatch:
schedule:
- cron: "1 0 * * *"
jobs:
gene-rss:
runs-on: ubuntu-latest
name: A job to gene RSS
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test Rssify
uses: tabhub/rssify@master
with:
title: CHAOSS Blog RSS
url: https://chaoss.community/blog/
item-title-css: .title > a
item-url-css: .title > a
item-author-css: '.meta-author > a'