Motivation
@helaili's jekyll action is now officially deprecated (thanks for all the years of work!) in favor of using vanilla github actions with pages: https://github.com/helaili/jekyll-action
the docs still list it as the way to use gh pages:
|
- uses: helaili/jekyll-action@2.0.5 # Choose any one of the Jekyll Actions |
Suggestion
it would be lovely to update that with a recommended action to build jekyll sites for github pages :). I'm about to figure it out myself and would be willing to draft the PR if needed.
edit: they have some sample workflows, eg. https://github.com/actions/starter-workflows/blob/main/pages/jekyll-gh-pages.yml
Motivation
@helaili's jekyll action is now officially deprecated (thanks for all the years of work!) in favor of using vanilla github actions with pages: https://github.com/helaili/jekyll-action
the docs still list it as the way to use gh pages:
jekyll/docs/_docs/continuous-integration/github-actions.md
Line 122 in a6b861c
Suggestion
it would be lovely to update that with a recommended action to build jekyll sites for github pages :). I'm about to figure it out myself and would be willing to draft the PR if needed.
edit: they have some sample workflows, eg. https://github.com/actions/starter-workflows/blob/main/pages/jekyll-gh-pages.yml