CHAOSS Blog RSS Feed #847
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |