Skip to content

Feeds

Feeds #412

Workflow file for this run

name: Feeds
on:
push:
branches:
- main
schedule:
- cron: "0 * * * *"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
feeds:
runs-on: ubuntu-latest
name: Build static feeds site
steps:
- name: Run Action
uses: llun/[email protected]
with:
storageType: files
opmlFile: feeds.opml
branch: public