Skip to content

Commit d39ab5b

Browse files
Merge pull request #18 from seancorfield/build-jvm-opts
reporting option is in :clay alias now
2 parents 5d47d2a + 6965b5e commit d39ab5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
restore-keys: cljdeps-
4040

4141
- name: Build the content notebooks
42-
run: clojure -J-Dclojure.main.report=stderr -M:clay -a [:markdown]
42+
run: clojure -M:clay -a [:markdown]
4343

4444
- name: Set up Quarto
4545
uses: quarto-dev/quarto-actions/setup@v2

0 commit comments

Comments
 (0)