You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Building Jekyll outputuses: actions/jekyll-build-pages@v1with:
source: ./_docsdestination: ./_site
So I try to add _config.yml on ./_docs however, it didn't load correctly. Put _config.yml on root is not a option as well because we develop monorepo and root are reserve for globally use config.
My idea is add another with for provide directory to _config.yml? What do you think
- name: Building Jekyll outputuses: actions/jekyll-build-pages@v1with:
config: ./_docs/_config.ymlsource: ./_docsdestination: ./_site
@yoannchaudet Let me re-phase the question.
My Github Action look like below
So I try to add
_config.yml
on ./_docs however, it didn't load correctly. Put_config.yml
on root is not a option as well because we develop monorepo and root are reserve for globally use config.My idea is add another with for provide directory to _config.yml? What do you think
Originally posted by @kamontat in #53 (comment)
The text was updated successfully, but these errors were encountered: