Skip to content

Commit

Permalink
add note about CI build & publish to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yusefnapora committed Mar 14, 2019
1 parent 3685cef commit 104280e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ Finally, let’s work together to keep this a respectful and friendly space. Ple

To create a production build, run `make build` instead. You’ll find the final static site in the `public` directory.

### CI and publication

On every commit, a [CI configuration](./.circleci/config.yml) builds the site and publishes the result to IPFS.

For PR commits, you can see the latest build by checking out the preview link:
![IPFS preview link screenshot](./ipfs-site-preview.png).

For commits to master, the DNS entry for docs.libp2p.io will also be updated to refer to the latest IPFS hash, which causes the latest version to be served on the web.

## FAQ

Expand Down

0 comments on commit 104280e

Please sign in to comment.