We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3fa53 commit 393f261Copy full SHA for 393f261
.github/workflows/notebook.yml
@@ -29,6 +29,9 @@ jobs:
29
30
- name: Install TeX Live and extra packages
31
run: sudo aptitude install -y texlive texlive-latex-extra
32
+
33
+ - name: Install notebook generator
34
+ run: npm install -g notebook-generator
35
36
- name: Generate PDF Notebook
37
run: notebook-generator ./Notebook --author "Mauricio Cari Leal" --size 9 --image ./.Assets/UC-Logo
0 commit comments