We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dfd8a commit 075830aCopy full SHA for 075830a
bb.edn
@@ -2,7 +2,7 @@
2
{:min-bb-version "0.8.156"
3
:deps {outskirtslabs/bb-tasks
4
{:git/url "https://github.com/outskirtslabs/bb-tasks"
5
- :git/sha "ddf1c35fd993379d1a6f177c76b44f8ea5e8965c"}}
+ :git/sha "8f38522bce745400f38456eab254977f94656651"}}
6
:pods {clj-kondo/clj-kondo {:version "2026.01.19"}}
7
:paths ["resources" "scripts"]
8
:tasks {:requires ([babashka.fs :as fs]
@@ -32,5 +32,4 @@
32
:task (clojure "-T:build deploy")}
33
ci {:depends [test fmt.check lint]}
34
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"})}}}
+ :task (gen-docs/generate!)}}}
0 commit comments