Skip to content

Commit

Permalink
FIX: build -> build_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Aug 21, 2019
1 parent 021f570 commit e217268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
jobs:
build:
build_docs:
docker:
- image: circleci/python:3.6.6
steps:
Expand Down Expand Up @@ -143,10 +143,10 @@ workflows:
version: 2
search_build:
jobs:
- build
- build_docs
- linkchecker:
requires:
- build
- build_docs
- github-changelog-generator:
filters:
branches:
Expand Down

0 comments on commit e217268

Please sign in to comment.