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

Followup question #53 #55

Closed
kamontat opened this issue Nov 21, 2022 · 1 comment
Closed

Followup question #53 #55

kamontat opened this issue Nov 21, 2022 · 1 comment

Comments

@kamontat
Copy link

kamontat commented Nov 21, 2022

@yoannchaudet Let me re-phase the question.

My Github Action look like below

      - name: Building Jekyll output
        uses: actions/jekyll-build-pages@v1
        with:
          source: ./_docs
          destination: ./_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 output
        uses: actions/jekyll-build-pages@v1
        with:
          config: ./_docs/_config.yml
          source: ./_docs
          destination: ./_site

Originally posted by @kamontat in #53 (comment)

@yoannchaudet
Copy link
Collaborator

Please post your message on https://github.com/orgs/community/discussions/categories/pages which is the place to get some community help around Pages.

We will need some logs too or a link to your repo (if it is public only).

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