Skip to content

Commit 393f261

Browse files
author
mc-cari
committed
Add notebook generator
1 parent be3fa53 commit 393f261

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/notebook.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929

3030
- name: Install TeX Live and extra packages
3131
run: sudo aptitude install -y texlive texlive-latex-extra
32+
33+
- name: Install notebook generator
34+
run: npm install -g notebook-generator
3235

3336
- name: Generate PDF Notebook
3437
run: notebook-generator ./Notebook --author "Mauricio Cari Leal" --size 9 --image ./.Assets/UC-Logo

0 commit comments

Comments
 (0)