We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412acec commit cc14cc7Copy full SHA for cc14cc7
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
key: ${{ runner.os }}-clerk
36
37
- name: 🏗 Clerk Build
38
- run: clojure -X:nextjournal/clerk :path-prefix '"clerk-demo/build/${{ github.sha }}/"' :git/sha '"${{ github.sha }}"'
+ run: clojure -X:clojure2d:nextjournal/clerk :path-prefix '"clerk-demo/build/${{ github.sha }}/"' :git/sha '"${{ github.sha }}"'
39
40
- name: 🔐 Google Auth
41
uses: google-github-actions/auth@v0
0 commit comments