+17
-13
.github/workflows/jekyll-build.yml
+17
-13
.github/workflows/jekyll-build.yml
·········### If the jekyll website source is not in root, specify the directory. (in this case, sample_site)### However, if there are multiple Gemfiles, the action may not be able to determine which to use.···### Flags accepted can be found here https://jekyllrb.com/docs/configuration/options/#build-command-options
···+workflow_dispatch: # Allows a run of this workflow to be triggerred manually from the Actions tab···+### To disable, just leave this commented out, prettier is disabled by default. https://github.com/limjh16/jekyll-action-ts/issues/12···### If the jekyll website source is not in root, specify the directory. (in this case, sample_site)+### If you need to specify `JEKYLL_ENV` environment variable or `jekyll.environment` Liquid variable, specify it here.### However, if there are multiple Gemfiles, the action may not be able to determine which to use.···### Flags accepted can be found here https://jekyllrb.com/docs/configuration/options/#build-command-options+# if you are including the line below, make sure your source files are NOT in the master branch: