mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

Docs deploy is broken #178

Closed mtazzari closed 4 years ago

mtazzari commented 4 years ago

It seems something is broken in the docs deploy with doctr. Unfortunately this can be spotted only after the PR is merged onto master, since deploy is done only then for the Python 3.6 test. It seems the git fetch command during doctr deploy fails with code 128: https://travis-ci.org/mtazzari/galario/jobs/656263302?utm_medium=notification&utm_source=github_status

mtazzari commented 4 years ago

I've tried and restarted the build, to see if it is due to concurrency in fetching the repo.

mtazzari commented 4 years ago

In 56dd9ddd4c8e82b69b2c7a57f4c8cd016c32ab06 I've refreshed the doctr ssh keys. The build is running...

mtazzari commented 4 years ago

Great, it now builds and deploys docs fine! Retrospectively, I think that for some reason the doctr SSH key went missing. Now I can see it in settings/keys, but it wasn't there before I did doctr configure again..weird, but now it's solved.