kleros / kleros-store

Backend to store any documents (evidences, contract descriptions). UNTRUSTED
MIT License
4 stars 3 forks source link

Fix: apidoc not working #14

Closed felippenardi closed 6 years ago

felippenardi commented 6 years ago

This is a quick fix for the incorrect instruction on README.md to generate the API Doc.

n1c01a5 commented 6 years ago

@felippenardi thx for your contribution Have you any idea to publish this documentation on the github page?

maybe https://github.com/Villanuevand/deployment-circleci-gh-pages

PS for info for the dev bounty program https://docs.google.com/spreadsheets/d/1Cn9DEamADHcBT_VFWtb0ot2KY4j8A1ud6xFNfDnsjjM/edit#gid=369988405

felippenardi commented 6 years ago

@n1c01a5 Great idea! I'll look into that.

n1c01a5 commented 6 years ago

@felippenardi maybe we can use the post build circle-ci to run any commands to build the GH page doc

felippenardi commented 6 years ago

@n1c01a5 Would that happen every time a new commit is added to a PR?

We'd need to make sure that GH Pages is only deployed when a PR is merged to develop.

I'm looking at the circle ci workflow setup, to see if we can have branch specific actions.