Skip to content

Commit

Permalink
Add sci alias to book build
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 10, 2024
1 parent 47e380d commit 5646375
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 @@ -145,7 +145,7 @@ jobs:
- name: 📓 Build Clerk Book
run: |
cp notebooks/editor.clj editor.clj
clojure -J-Dclojure.main.report=stderr -X:demo:nextjournal/clerk :git/sha '"${{ github.sha }}"' :git/url '"https://github.com/nextjournal/clerk"' :paths '["book.clj" "CHANGELOG.md" "editor.clj"]'
clojure -J-Dclojure.main.report=stderr -X:sci:demo:nextjournal/clerk :git/sha '"${{ github.sha }}"' :git/url '"https://github.com/nextjournal/clerk"' :paths '["book.clj" "CHANGELOG.md" "editor.clj"]'
- name: 📠 Copy book to bucket under SHA
run: |
Expand Down

0 comments on commit 5646375

Please sign in to comment.