helaili / jekyll-action

A GitHub Action to publish Jekyll based content as a GitHub Pages site
MIT License
250 stars 120 forks source link

Adding Python 3 to Dockerfile #157

Closed vepo closed 1 year ago

vepo commented 1 year ago

Python 3 is required by the Asciidoc plugin.

inverse commented 1 year ago

This could be handled with the pre-build_commands input. e.g.

pre_build_commands: apk add python3;

helaili commented 1 year ago

As per the updated README there won't be any new changes to this action. Thanks!