Skip to content

Commit 66f8937

Browse files
committed
Attempt build
1 parent 550fc60 commit 66f8937

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4
1212

13+
- name: Setup Java
14+
uses: actions/setup-java@v4
15+
with:
16+
distribution: 'adopt'
17+
java-version: '17'
18+
1319
- name: Build static files with babashka
1420
uses: tzafrirben/babashka-docker-action@v1.1
1521
id: bb_shell

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src" "resources"]
22
:deps {markdown-clj/markdown-clj {:mvn/version "1.12.3"}
33
io.github.escherize/huff {:mvn/version "0.2.13"}}
4-
:pods {org.babashka/fswatcher {:version "0.0.5"}}
4+
;; :pods {org.babashka/fswatcher {:version "0.0.5"}}
55
:tasks {build {:requires [[babashka.fs :as fs]
66
[clojure-camp-site.base :as base]
77
[clojure-camp-site.pages :as pages]]

0 commit comments

Comments
 (0)