Vimux / Binario

Responsive card-based & code-light Hugo theme
https://binario.netlify.app
MIT License
116 stars 53 forks source link

Fix 18n option in CI for hugo versions > 0.93.0 #63

Closed bugok closed 2 years ago

bugok commented 2 years ago

As per Hugo 0.93.0 release notes one of the options changed from --i18n-warnings to --printI18nWarnings. Currently, the CI is hard-coding using the --i18n-warnings option.

There might be better ways to handle the differences, but this is the cleanest one I came up with (taken from here)

bugok commented 2 years ago

Yay! CI passes!

bugok commented 2 years ago

By the way, this is the first time I'm doing code reviews on github, so if I didn't follow some etiquette by resolving a comment - I apologize. I seemed like the reasonable thing to do.

Vimux commented 2 years ago

No apologies needed. Many thanks.