mirror of
https://github.com/metosin/reitit.git
synced 2026-02-18 00:35:55 +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
|
name: jdk14
|
||||||
image-name: clojure:openjdk-14-lein-2.9.1
|
image-name: clojure:openjdk-14-lein-2.9.1
|
||||||
- test-cljs
|
- test-cljs
|
||||||
- build-docs:
|
# build-docs is disabled because it's broken; see https://github.com/metosin/reitit/issues/426
|
||||||
filters:
|
# - build-docs:
|
||||||
branches:
|
# filters:
|
||||||
only:
|
# branches:
|
||||||
- master
|
# only:
|
||||||
|
# - master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue