Closed hlgr360 closed 7 years ago
I am going to try to automate the build. otherwise we will not be able to control the build process and are restricted by the plugins. I reminds me why I hate PaaS.
It was a parse error in a latest blog post.
Generating...
Error: could not read file /srv/jekyll/_posts/2017-08-11-Haufe-Summer_Practice.md: (
): found unknown escape character while parsing a quoted scalar at line 9 column 13
this is the bad line
header-img: "images\HaufeSummerPractice\5-Coding-Challenges-to-Help-You-Train-Your-Brain.jpg
notice anything .... 🙂 .... oh joys of windows ... its the backslash of the windows path also the quote was missing ... but the real burner is the path in backslash ... windows to be banned
this is the fixed line
header-img: "images/HaufeSummerPractice/5-Coding-Challenges-to-Help-You-Train-Your- Brain.jpg"
Build process is back to normal ... please carry on .. :)
[Reinhardt, Holger @reinhardth 5:32 PM]
here are the two commit's which seem to bracket the build failure https://github.com/hlgr360/hlgr360.github.io/commits/master
hlgr360/hlgr360.github.io hlgr360.github.io - Haufe Developer Blog
this is the working version : 7c6bc15d77a4b2a9eb13137e603b790c13006257 this is the non-working version (fails with generic build failure): 257cacc0015494de040ad63c2275ca283afe67af
the 7c.. commit is the one directly before the redesign https://github.com/Haufe-Lexware/Haufe-Lexware.github.io/commit/7c6bc15d77a4b2a9eb13137e603b790c13006257
the 25.. commit is two trivial changes after the redesign https://github.com/Haufe-Lexware/Haufe-Lexware.github.io/commit/257cacc0015494de040ad63c2275ca283afe67af
[Reinhardt, Holger @reinhardth 5:38 PM] I am strongly suspecting something in @hofmannf changes .. which probably was some corner case which maybe Github was not really supporting for those wanting to try it out, here are the git comments to roll back to a certain commit