Skip to content

Commit 4b04c34

Browse files
committed
How little can we get away with to compile with slipshow? Experiment 1
1 parent 3cecacf commit 4b04c34

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/gh-pages-docs.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,8 @@ jobs:
2222
path: ~/.opam
2323
key: opam-ubuntu-22.04-5.3.0
2424

25-
- uses: ocaml/setup-ocaml@v3
26-
with:
27-
ocaml-compiler: '5.3.0'
28-
29-
- name: Pin
30-
run: opam pin -n .
31-
32-
- name: Deps
33-
run: opam install -ydt . --deps-only
25+
- name: slipshow
26+
run: opam install slipshow
3427

3528
- name: Introductory slides
3629
run: opam exec -- slipshow compile docs/slides-basics_backprop_training_codegen.md -o docs/html/basics_backprop_training_codegen.html

0 commit comments

Comments
 (0)