dev-posts-to-jekyll-markdown-action

GitHub Action to get newest DEV.to posts and convert to Jekyll markdown

MIT License

Stars
5
Committers
3
dev-posts-to-jekyll-markdown-action - v2.0.1 Latest Release

Published by hummusonrails almost 4 years ago

  • Cleans up the cover image formation for the markdown to return a useable URL for your Jekyll site
  • Update README instructions to point to main branch
dev-posts-to-jekyll-markdown-action - v2.0.0

Published by hummusonrails almost 4 years ago

This version fixes the deprecated function calls from the Octokit Rest API. The previous versions no longer work.

dev-posts-to-jekyll-markdown-action - v1.1.1 Release

Published by hummusonrails almost 4 years ago

  • Various bug fixes
dev-posts-to-jekyll-markdown-action - v1.1.0

Published by hummusonrails almost 4 years ago

Changes:

  • This is a breaking change: It no longer functions by removing old posts from your Jekyll blog to keep to a limited number of blog posts there
  • Adds the blog post markdown from DEV to the new file on the Jekyll blog
dev-posts-to-jekyll-markdown-action - v1.0.2 Release

Published by hummusonrails over 4 years ago

Fixes an issue with loading the secrets from the secrets list in the repository and also fixes a typo

dev-posts-to-jekyll-markdown-action - v1.0.1 Release

Published by hummusonrails over 4 years ago

Remove extraneous indentation from the creation of the new markdown file.

dev-posts-to-jekyll-markdown-action - v1.0.0

Published by hummusonrails over 4 years ago

Note: This is a breaking change.

The action now requires the usage of your repository secrets to define certain additional values. Namely, you now must define REPO and REPO_OWNER in your GitHub repository. This is done to make the experience consistent whether you use the action on a cron schedule or triggered by an event, since the payloads from GitHub are different across those types.

dev-posts-to-jekyll-markdown-action - v0.1.0

Published by hummusonrails over 4 years ago

This release is a breaking change. It refactors how the information for repository owner, name and master branch SHA is gathered. This was done so that the information can be gathered regardless of whether the context of the action is a pull request or a cron job.

dev-posts-to-jekyll-markdown-action - v0.1 Released

Published by hummusonrails over 4 years ago

v0.01 of Action Released 🎉