giotto-ai / giotto-tda

A high-performance topological machine learning toolbox in Python
https://giotto-ai.github.io/gtda-docs
Other
858 stars 175 forks source link

WIP Deploy documentation to GH pages #367

Closed rth closed 4 years ago

rth commented 4 years ago

An attempt to deploy the documentation. Not critical for now, can be looked at after the release.

rth commented 4 years ago

@ulupo Is the CI still in nightly mode? Can I start it manually or should I wait?

ulupo commented 4 years ago

Not sure, they should trigger automatically!

ulupo commented 4 years ago

/azp run

azure-pipelines[bot] commented 4 years ago
Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
rth commented 4 years ago

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

That's in the Azure Pipeline settings rather than the azure-pipelines.yml I think?

ulupo commented 4 years ago

@rth maybe, though I don't remember changing it!

ulupo commented 4 years ago

/azp run

azure-pipelines[bot] commented 4 years ago
Azure Pipelines successfully started running 1 pipeline(s).
rth commented 4 years ago

So this currently fails with,

Host key verification failed.
fatal: Could not read from remote repository.

which is the expected error, since secrets are not shared with PRs. So it doesn't really say anything about the setup being correct or not. Closing this.

One way to debug this would be to make a branch say gtda-docs-test and try to make it work there. Should I create such branch @ulupo ?

ulupo commented 4 years ago

@rth thanks for taking care of this. Sure, go ahead with the new branch!