Skip to content

Commit 9f89434

Browse files
committed
Add Babashka bb.edn file and build task
1 parent 99d0124 commit 9f89434

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
build
1+
build/
2+
.clj-kondo/

bb.edn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{:tasks
2+
{build (shell "asciidoctor -D build -b html5 index.adoc")}}

0 commit comments

Comments
 (0)