Skip to content

Commit

Permalink
Build doc in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Aug 29, 2021
1 parent 88b2693 commit 8b95524
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- run:
name: Checkout docs
command: make test.doc.checkout branch=$CIRCLE_BRANCH
command: make test.doc.checkout

- restore_cache:
key: v1-py3-{{ .Branch }}-{{ checksum "setup.py" }}
Expand All @@ -81,6 +81,11 @@ jobs:
paths:
- /tmp/venv/openfisca_doc

- run:
name: Run doc tests
command: make test.doc.build


check_version:
docker:
- image: python:3.7
Expand Down

0 comments on commit 8b95524

Please sign in to comment.