Skip to content

Commit

Permalink
fix(CircleCI): subjects folder must exist to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 6, 2019
1 parent 4cec443 commit da259c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ jobs:
paths:
- ./docs/_build/_html
- checkout
- run:
name: Create subjects folder
command: mkdir -p $SUBJECTS_DIR
- run:
name: Install Graphviz
command: apt update && apt -y install graphviz
Expand Down

0 comments on commit da259c7

Please sign in to comment.