-
Notifications
You must be signed in to change notification settings - Fork 57
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
invalid byte sequence when deploying to github #485
Comments
@Mihiretukebede thanks for sharing more on this. I created a new issue to discuss as this is not directly the same as #436 You are seeing the error when deploying to Github. One comment on that (possibly not related but importat): Your build where you see the error is using Jekyll to render the site. This is the default as explained in https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#static-site-generators
With a distill rendered website, you don't want Jekyll. Our documentation mentions this
I don't know if this is related to the problem but it definitely could be. Are you expecting the site to be built with Jekyll ? Other comment : Regarding the error, I see
This image for example is from 3 years ago https://github.com/Mihiretukebede/mihiretukebede.gitlub.io/blob/master/_posts/2020-09-30-2020-09-30-plotting-model-coefficients-in-a-forest-plot/2020-09-30-plotting-model-coefficients-in-a-forest-plot_files/figure-html5/unnamed-chunk-9-1.png So I don't think this is a change in distill recently that made Github be unable to read the image. #436 was about some string we read / write in distill - here is seems like a Github / Jekyll issue somehow. |
Thank you very very much @cderv. That was amazing! I first couldn't believe simply adding an empty .nojekyll file would solve everything. It worked automagically!!! |
Glad it works. I was afraid we missed something, glad it is just a misunderstanding issue. I'll close this. Thanks ! |
Possibly related to #436
One example is below.
https://github.com/Mihiretukebede/mihiretukebede.gitlub.io/blob/master/_posts/2021-06-07-scraping-individual-participant-data-from-scatter-plots/scraping-individual-participant-data-from-scatter-plots.Rmd
After knitting that rmd file and pushing the changes, the build page fails with the following error (only for this one but I have a hge chunk of such error for other files).
Originally posted by @Mihiretukebede in #436 (comment)
The text was updated successfully, but these errors were encountered: