-
Notifications
You must be signed in to change notification settings - Fork 11.2k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
github-pages 226 | Error: Liquid syntax error (line 5): Unknown tag 'twitter' #713
Comments
I had the same issue/error. The solution that forked for me is given in this comment. |
This is probably because you are trying to build the site from As the @ternava mentioned, change the settings of your repository. In the Pages section, set the branch to |
Hi folks, I'm experiencing the same error and still a bit confused about the solution. Apologies in advance for my basic questions as I am still new to this. In the README.md, I'm following the steps under For personal and organization webpages and To enable automatic deployment. The step at which I see the Thanks for your help! |
The |
I'm a novice in site deployment, yet I think the 34k lines for building the site (as reported in GitHub actions) are a bit too much. Also, it seems most of it the build is somehow related to |
Thank you I think I have fixed this. |
@sayadennis I had the same issue. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Acknowledge the following
[For usage questions, please post in the Discussions instead of raising an issue.]
Describe the bug
A clear and concise description of what the bug is.
Hello, I met the same problem as #691 this issue as. To avoid the problem, I comment out
mini_racer
and installed Node.Js on my local machine. When I run the commandbundle exec jekyll serve --no-watch
, It gives me a warning thatJekyll Diagrams: Command Not Found: mmdc
and visit http://127.0.0.1:4000/al-folio/ failed. Then I tried to deploy the page into GitHub without any changes except for the _config.yaml. It returns this errorgithub-pages 226 | Error: Liquid syntax error (line 5): Unknown tag 'twitter'
and the action failed so no website is deployed. I'm wondering could anyone give some suggestions?To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: