Skip to content

Instantly share code, notes, and snippets.

View kmrn's full-sized avatar

Kamran Payne kmrn

View GitHub Profile
@kmrn
kmrn / publish-jekyll-update.yml
Last active December 29, 2022 11:33
GitHub Action to add and commit a new Jekyll blog post
name: Post release to Jekyll Blog
on:
release:
types: [published]
# The GitHub Actions workflow Spincord uses to create and publish a new blog post for every published git tag release.
# This workflow is set up to publish a new blog post to the Spincord gh-pages/jekyll
# site every time a new release is published. The blog post uses the corresponding tag
# name in the title along with the release's body and the current date.