Skip to content

Commit 075830a

Browse files
committed
gen-docs now zero-arg with auto-detection from bb-tasks
1 parent f7dfd8a commit 075830a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bb.edn

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{:min-bb-version "0.8.156"
33
:deps {outskirtslabs/bb-tasks
44
{:git/url "https://github.com/outskirtslabs/bb-tasks"
5-
:git/sha "ddf1c35fd993379d1a6f177c76b44f8ea5e8965c"}}
5+
:git/sha "8f38522bce745400f38456eab254977f94656651"}}
66
:pods {clj-kondo/clj-kondo {:version "2026.01.19"}}
77
:paths ["resources" "scripts"]
88
:tasks {:requires ([babashka.fs :as fs]
@@ -32,5 +32,4 @@
3232
:task (clojure "-T:build deploy")}
3333
ci {:depends [test fmt.check lint]}
3434
gen-docs {:doc "Generate all Antora documentation"
35-
:task (gen-docs/generate! {:antora-start-path "doc"
36-
:github-repo "https://github.com/outskirtslabs/client-ip"})}}}
35+
:task (gen-docs/generate!)}}}

0 commit comments

Comments
 (0)