Skip to content

Update blog posts

Update blog posts #883

Workflow file for this run

name: Update blog posts
on:
schedule:
- cron: "0 0 * * *"
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: sarisia/actions-readme-feed@v1
with:
url: 'https://cheeaun.com/blog/feed.xml'
file: 'README.md'
timezone: 'Asia/Singapore'
format: '- ${day} ${monthshort} ${year} - [${title}](${url})'
- uses: sarisia/actions-commit@master