fix: Add missing cname option not passed to the config#535
fix: Add missing cname option not passed to the config#535tschaub merged 3 commits intotschaub:mainfrom
Conversation
|
@WillBAnders looks like you beat me to it. I'll close my PR. Feel free to copy over the changes I made to logging here: https://github.com/tschaub/gh-pages/pull/536/files#diff-92bbac9a308cd5fcf9db165841f2d90ce981baddcb2b1e26cfff170929af3bd1 |
|
@WillBAnders also very good idea to add a test for |
|
Thanks for catching this and proposing a fix, @WillBAnders and @paymand. If you are able to add a regression test, that would be great. Otherwise I'll see if I can get to it. |
|
Tests added here should cover regression already. If you're referring to adding |
|
@tschaub Should be good from here. The added test asserts that Hoping for a patch release following this being merged as well so I can close out another separate line of work. Thanks! |
|
Fix included in the 6.1.1 release. Thanks for the contribution, @WillBAnders. |
The
--cname <CNAME>option added in #533 is not passed to the config, thus this option doesn't work in the current release. This includes that option and adds a test for the missing case.Reviewing the original PR, the only other difference I see is that there's a
nojekyll-existsspec but not acname-existsspec - if there's a desire to have that as well I can add it.