using Nikola with Travis CI on github.io pages major reference here
it is noticeable that instead of running
travis login
travis enable
travis encrypt-file id_rsa --add
we should run
travis login
travis encrypt-file id_rsa --add
travis enable
using Nikola with Travis CI on github.io pages major reference here
it is noticeable that instead of running
travis login
travis enable
travis encrypt-file id_rsa --add
we should run
travis login
travis encrypt-file id_rsa --add
travis enable