Skip to content

Commit

Permalink
CircleCI: Disable build-docs
Browse files Browse the repository at this point in the history
See metosin#426 for background.
  • Loading branch information
Miikka Koskinen committed Jul 24, 2020
1 parent aa833ac commit 612555c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ workflows:
name: jdk14
image-name: clojure:openjdk-14-lein-2.9.1
- test-cljs
- build-docs:
filters:
branches:
only:
- master
# build-docs is disabled because it's broken; see https://github.com/metosin/reitit/issues/426
# - build-docs:
# filters:
# branches:
# only:
# - master

0 comments on commit 612555c

Please sign in to comment.