Skip to content

Commit

Permalink
fix: added reference building to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed May 9, 2018
1 parent d156acc commit c480316
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -39,3 +39,8 @@ jobs:
environment:
PG_USER: botpress
PG_DB: test

- run:
name: Generate documentation
command: cd ~/repo/docs && yarn && yarn run gen-reference

0 comments on commit c480316

Please sign in to comment.