Skip to content

Commit

Permalink
use clojure as can't use clj without rlwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamcarlyle committed Nov 20, 2024
1 parent a499a72 commit e33a772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
cli: 1.12.0.1479
- name: Build html
run: clj -X com.grahamcarlyle.blog/build :output-dir '"public"'
run: clojure -X com.grahamcarlyle.blog/build :output-dir '"public"'
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit e33a772

Please sign in to comment.