mirror of
https://github.com/metosin/reitit.git
synced 2026-01-19 12:39:01 +00:00
CircleCI: Disable build-docs
See https://github.com/metosin/reitit/issues/426 for background.
This commit is contained in:
parent
aa833ac200
commit
612555cdc0
1 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue