aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/posts.yaml25
-rw-r--r--README.md5
2 files changed, 28 insertions, 2 deletions
diff --git a/.github/workflows/posts.yaml b/.github/workflows/posts.yaml
new file mode 100644
index 0000000..b99ea7a
--- /dev/null
+++ b/.github/workflows/posts.yaml
@@ -0,0 +1,25 @@
+name: Add blog
+on:
+ push:
+ branches:
+ - master
+ schedule:
+ - cron: "41 * * * *"
+ workflow_dispatch:
+permissions:
+ contents: write
+
+jobs:
+ update-readme:
+ name: Update README
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v4
+ - name: Pull in blog posts
+ uses: gautamkrishnar/blog-post-workflow@v1
+ with:
+ feed_list: "https://mattstrapp.net/posts/index.xml"
+ committer_username: "Matt Strapp"
+ committer_email: "matt@mattstrapp.net"
+ commit_message: "Add a new blog post or two or ten"
diff --git a/README.md b/README.md
index 10a8a54..be0f745 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,9 @@
[![AUR](https://img.shields.io/badge/AUR-grey?style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/account/RossTheRoss)
[![Personal Git](https://img.shields.io/badge/Personal%20Git-black?style=for-the-badge&logo=git)](https://git.mattstrapp.net/)
-
-
+# Posts
+<!-- BLOG-POST-LIST:START -->
+<!-- BLOG-POST-LIST:END -->
<!--