diff options
-rw-r--r-- | .github/workflows/posts.yaml | 25 | ||||
-rw-r--r-- | README.md | 5 |
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" @@ -13,8 +13,9 @@ [](https://aur.archlinux.org/account/RossTheRoss) [](https://git.mattstrapp.net/) - - +# Posts +<!-- BLOG-POST-LIST:START --> +<!-- BLOG-POST-LIST:END --> <!-- |