Reece Dunham
Reece Dunham
That should work.
True, but does GitHub pages support this yet? That is a must have, and it would require script/documentation updates.
I'm not sure, it might just be changing it in the settings menu.
Maybe we accomplish this with webhooks or GH api calls?
Thanks @NirmalKumarJoshi ! @evalica should be able to guide you further.
@NirmalKumarJoshi there is a join button somewhere on the website.
@NirmalKumarJoshi run the following commands in your terminal: ``` gem install github-pages gem install nokogiri -v '1.10.1' --source 'https://rubygems.org' ``` If any of the commands fail, try putting `sudo` before...
Then just try running ``` gem install github-pages ``` or ``` sudo gem install github-pages ```
Hmm, ``` sudo gem install zlib ``` ?
Let me see