File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 key : cljdeps-${{ hashFiles('deps.edn') }}
5050 restore-keys : cljdeps-
5151
52- - name : Build the content notebooks
53- run : clojure -M:clay -A:markdown
54-
5552 - name : Install lsof and apt prerequisites for Janqua
5653 run : sudo apt-get update && sudo apt-get install -y lsof gnupg lsb-release
5754
6663 - name : Install Jank
6764 run : |
6865 curl -s https://ppa.jank-lang.org/KEY.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/jank.gpg >/dev/null
69- sudo curl -s -o /etc/apt/sources.list .d/jank.list https://ppa.jank-lang.org/jank.list
66+ echo "deb [signed-by= /etc/apt/trusted.gpg .d/jank.gpg] https://ppa.jank-lang.org noble main" | sudo tee /etc/apt/sources.list.d /jank.list
7067 sudo apt-get update
7168 sudo apt-get install -y jank
7269
8077 with :
8178 tinytex : true
8279
80+ - name : Build the content notebooks
81+ run : clojure -M:clay -A:markdown
82+
8383 - name : Render Quarto
8484 uses : quarto-dev/quarto-actions/render@v2
8585 with :
You can’t perform that action at this time.
0 commit comments