Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 10, 2024
1 parent 9691642 commit 49215d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ jobs:
- name: 📓 Build Clerk Book
run: |
cp notebooks/editor.clj 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"]'
clojure -J-Dclojure.main.report=stderr -X:demo:sci: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: |
gsutil cp -r public/build gs://nextjournal-snapshots/clerk/book/${{ github.sha }}
- name: 🏗 Build Clerk Static App with default Notebooks
run: clojure -J-Dclojure.main.report=stderr -X:sci:demo:nextjournal/clerk :package :single-file
run: clojure -J-Dclojure.main.report=stderr -X:demo:sci:nextjournal/clerk :package :single-file

- name: 📠 Copy static build to bucket under SHA
run: |
Expand Down

0 comments on commit 49215d4

Please sign in to comment.