Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: support for build options #2

Closed
nickswalker opened this issue Jul 16, 2020 · 2 comments
Closed

Feature request: support for build options #2

nickswalker opened this issue Jul 16, 2020 · 2 comments

Comments

@nickswalker
Copy link

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
Copy link
Owner

limjh16 commented Jul 17, 2020

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

limjh16 added a commit that referenced this issue Jul 18, 2020
@limjh16
Copy link
Owner

limjh16 commented Jul 19, 2020

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants