kleros / kleros-store

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

Publish API Docs to GH Pages when merging to master #19

Closed felippenardi closed 6 years ago

felippenardi commented 6 years ago

Summary

This circleci config will ensure that:

Required steps before merging:

  1. Create a clean gh-pages branch following these steps:
  2. Follow the steps on deployment-circleci-gh-pages skipping the circle.yml and deploy.sh configuration

Solves: https://github.com/kleros/kleros-store/issues/16

n1c01a5 commented 6 years ago

@felippenardi I have some troubles with the circle-ci build see https://circleci.com/gh/kleros/kleros-store/24 have you any idea

felippenardi commented 6 years ago

@n1c01a5 Looks like a missing github authentication setup on CirleCI, but I see you just figured it out :) 👏