Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
zampino committed Jul 27, 2023
1 parent 376b4fa commit 0f30cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
git checkout yarn.lock
- name: 🧪 Build Rule 30 Notebook with SSR
run: clojure -J-Dclojure.main.report=stdout -X:demo:nextjournal/clerk :git/sha '"${{ github.sha }}"' :git/url '"https://github.com/nextjournal/clerk"' :index '"notebooks/rule_30.clj"' :paths [] :ssr true :compile-css true :exclude-js true
run: clojure -J-Dclojure.main.report=stdout -X:demo:nextjournal/clerk :git/sha '"${{ github.sha }}"' :git/url '"https://github.com/nextjournal/clerk"' :paths '["notebooks/rule_30.clj" "notebooks/links.md"]' :ssr true :compile-css true :exclude-js true

- name: 🔐 Google Auth
uses: google-github-actions/auth@v0
Expand Down
3 changes: 1 addition & 2 deletions notebooks/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The helper `clerk/doc-url` allows to reference notebooks by path. We currently s

```clojure
(clerk/html
[:ol
[:ol.bg-lime-100
[:li [:a {:href (clerk/doc-url 'nextjournal.clerk.home)} "Home"]]
[:li [:a {:href (clerk/doc-url "notebooks/viewers/html")} "HTML"]]
[:li [:a {:href (clerk/doc-url "notebooks/viewers/image")} "Images"]]
Expand Down Expand Up @@ -64,4 +64,3 @@ Links should work inside markdown as well.

* [HTML](../notebooks/viewers/html) (relative link)
* [HTML](clerk/doc-url,"notebooks/viewers/html") (doc url, currently not functional)

0 comments on commit 0f30cf6

Please sign in to comment.