-
-
Notifications
You must be signed in to change notification settings - Fork 803
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
Fail to deploy on the Cloudflare Pages #193
Comments
I'm not even sure if this is a ruby, jekyll, or cloudflare limitation! |
The problem appears to stem from an incompatibility between Cloudflare's environment and how Jekyll handles non-ASCII characters in filenames, particularly with the older Ruby version used in their build system. This seems to be related to a known, potentially frozen, Jekyll bug discussed here: Invalid US-ASCII character “\xE2” · Issue #4268 · jekyll/jekyll. The solution is to set the following environment variables in your Cloudflare Pages project's build settings:
How to set environment variables in Cloudflare Pages:
|
@krisine @omarcostahamido |
@j-zhrv |
Hello sir,
![image](https://private-user-images.githubusercontent.com/92929085/311112172-93de11f4-a98b-4824-94eb-5be77975af91.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzI3MzQsIm5iZiI6MTczOTU3MjQzNCwicGF0aCI6Ii85MjkyOTA4NS8zMTExMTIxNzItOTNkZTExZjQtYTk4Yi00ODI0LTk0ZWItNWJlNzc5NzVhZjkxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIyMzM1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZhOWJhZDQ5ODA0NzkxYjU4NWQzZmIyOTNlNmU5ZTBhY2U1OTk1NjdhNzRlNzYzYTgyZTRhZTNiNDQzZWM0N2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.2-naWKWRQpmPB5SKydp6o2lsQWgvxdcIiXWZixsBwVc)
I tried to use the template, and deploy it directly to Cloudflare: my reop But it reports an error, may be some languages are not compatible. Can you help me deal with that?
And I'm EAGER to write a tutorial on the deployment on the Cloudflare Pages!
Overall, this template is so nice, and thank you very much!
The text was updated successfully, but these errors were encountered: