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
Thank you 🙇♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue relates to code in this repository.
@yoannchaudet Let me re-phase the question.
My Github Action look like below
- 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
Thank you 🙇♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue relates to code in this repository.
If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance.
The text was updated successfully, but these errors were encountered: