Skip to content

Commit cc14cc7

Browse files
committed
Add clj2d alias to main workflow
1 parent 412acec commit cc14cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ runner.os }}-clerk
3636

3737
- name: 🏗 Clerk Build
38-
run: clojure -X:nextjournal/clerk :path-prefix '"clerk-demo/build/${{ github.sha }}/"' :git/sha '"${{ github.sha }}"'
38+
run: clojure -X:clojure2d:nextjournal/clerk :path-prefix '"clerk-demo/build/${{ github.sha }}/"' :git/sha '"${{ github.sha }}"'
3939

4040
- name: 🔐 Google Auth
4141
uses: google-github-actions/auth@v0

0 commit comments

Comments
 (0)