limjh16 / jekyll-action-ts

:hammer: https://github.com/helaili/jekyll-action but without Docker
MIT License
44 stars 19 forks source link

Feature request: support for build options #2

Closed nickswalker closed 4 years ago

nickswalker commented 4 years ago

Jekyll has several build options which be handy when you want to deploy to a staging website: https://jekyllrb.com/docs/configuration/options/

These could be exposed by adding a new string option that would be handed as extra arguments to the build step.

limjh16 commented 4 years ago

Hi, sorry for the late reply. This seems like a good idea, will do this sometime soon!

limjh16 commented 4 years ago

Hi, I just added an input for Jekyll build options, you can try it by adding

  uses: limjh16/jekyll-action-ts@v2
  with:
+   custom_opts: '--drafts --lsi --blabla'