Skip to content

Commit

Permalink
Drop unused alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Oct 9, 2023
1 parent dd4e446 commit 8a1ea54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
key: ${{ runner.os }}-clerk

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

- name: 🔐 Google Auth
uses: google-github-actions/auth@v0
Expand Down

0 comments on commit 8a1ea54

Please sign in to comment.