openopt / chop

CHOP: An optimization library based on PyTorch, with applications to adversarial examples and structured neural network training.
http://openo.pt/chop
Other
76 stars 14 forks source link

Draft PR for github action #54

Open ThomVett opened 3 years ago

GeoffNN commented 3 years ago

This is nice, thanks a lot @ThomVett!

Do you think you can check out #55 for more github action fun? It seems like public repos have unlimited gitub action time, so it would be great if we could build the docs there directly.

fabianp commented 3 years ago

that would indeed be awesome!

GeoffNN commented 3 years ago

Right now, the docs are built with sphinx by running make html from within the doc folder. Then running make upload uploads it to our server and refreshes the website. Hopefully it should be easy to integrate in the Action?

GeoffNN commented 3 years ago

@fabianp I don't have the permissions to access the secret keys to set up the github action for uploading to our server. Could you please add the two secrets required in https://github.com/google-github-actions/setup-gcloud ? I think we need a new service account; the process is described here

EDIT: Added keys