Fail to build the page on my github #233
Answered
by
vincerubinetti
XIYANG1018
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
vincerubinetti
Jan 19, 2024
Replies: 1 comment 3 replies
-
Here is the repo in question. In the future please provide a link to you repo, as I need that to help you in almost all cases.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at your gh-acitons workflow run history, let's take it step by step what happened.
First you got an error
❌ pages build and deployment with artifacts-next
. Within that, the step that was failing was❌ Build with Jekyll
. I know this is confusing, but this is GitHub trying to build the site with Jekyll with its default setup, not the template trying to build the site with Jekyll. For a long time, GitHub Pages has had "built-in" support for basic Jekyll sites. With version 1.0 of the template, we started using Jekyll features beyond the basic ones that GitHub allowed by default, so now the template has to build your site itself (build-site
workflow). However, GitHub still assumes you…