sanskrit-lexicon / CORRECTIONS

Correction history for Cologne Sanskrit Lexicon
8 stars 5 forks source link

Odd Github Page Build error #413

Closed funderburkjim closed 6 years ago

funderburkjim commented 6 years ago

After 'syncing' the CORRECTIONS repository today, I got this odd email from GitHub:

The page build failed for the `master` branch with the following error:

The tag `sits` on line 3 in `dictionaries/BHS/verbs/verbforms1.md` is not a recognized Liquid tag. For more information, see https://help.github.com/articles/page-build-failed-unknown-tag-error/.

For information on troubleshooting Jekyll see:

  https://help.github.com/articles/troubleshooting-jekyll-builds

If you have any questions you can contact us by replying to this email.

The file in question (verbforms1.md) has not been modified in over two years.

Anyone have an idea of whether this needs any attention ?

funderburkjim commented 6 years ago

Github support sent this reply:


Hi Jim,  It looks like this error also cropped up 19 days ago when the Pages site was originally 
attempted for this repository.  Did you mean for this repo to be build to Pages? If not, you can  
disable that by setting the Pages source to 'None' in the repo settings:  
https://help.github.com/articles/configuring-a-publishing-source-for-github-pages  
If you did want this to be built to Pages, you'll need to escape the  codeblocks in your files that include 
either double curly braces {{text}} or curly braces and percent signs {%text%} as these are things that 
Liquid recognizes as Liquid tags.  
https://github.com/sanskrit-lexicon/CORRECTIONS/blob/master/dictionaries/BHS/verbs/verbforms1.md  
You'll need to surround any affected code blocks with raw tags to tell Jekyll to ignore them:  {% raw %}  
your code here  {% endraw %}   You can also surround these tags with Markdown comments, meaning 
they won't render on GitHub.com:  [//]: # ({% raw %})  your code here  [//]: # ({% endraw %})  
 Hope this  helps!  Shawna  
funderburkjim commented 6 years ago

@gasyoun:

I see that you has a commit titled 'set-theme jekyll-theme-leap-day` 18 days ago.

What was that theme thing about?

Did you mean for this repo to be built to Pages?

gasyoun commented 6 years ago

I see that you has a commit titled 'set-theme jekyll-theme-leap-day` 18 days ago.

I got that error message too and was thinking what to do.

What was that theme thing about?

As an experiment to fix the error.

Did you mean for this repo to be built to Pages?

Hmm, just wanted to make everything valid again.

funderburkjim commented 6 years ago

I altered the 'Pages/source' to None (on CORRECTIONS settings), per the suggestion by Github support.

I think this fixed the page build error.