File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
projects/masters-degree-in-data-science Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 3737 node-version : 18.x
3838 - name : Install MyST
3939 run : npm install -g mystmd
40+
41+ # Install MyST and PDF dependencies
42+ - name : Install MyST Markdown
43+ run : npm install -g mystmd
44+ - name : Setup Typst
45+ uses : typst-community/setup-typst@v4
46+
47+ # Build PDF and then HTML
48+ - name : Build PDF Assets
49+ run : myst build --pdf
4050 - name : Build HTML Assets
4151 run : myst build --html
52+
53+ # Upload to GitHub Pages
4254 - name : Upload artifact
4355 uses : actions/upload-pages-artifact@v3
4456 with :
Original file line number Diff line number Diff line change 99 " exports:\n " ,
1010 " - format: pdf\n " ,
1111 " template: arxiv_two_column\n " ,
12- " output: Advanced-Deep-Learning-Summary.pdf\n " ,
12+ " output: advanced-deep-learning.pdf\n " ,
13+ " id: advanced-deep-learning-pdf\n " ,
14+ " downloads:\n " ,
15+ " - id: advanced-deep-learning-pdf\n " ,
1316 " ---"
1417 ]
1518 },
Original file line number Diff line number Diff line change 88 "exports:\n",
99 "- format: pdf\n",
1010 " template: arxiv_two_column\n",
11- " output: Bayesian-Machine-Learning-Summary.pdf\n",
11+ " output: bayesian-machine-learning.pdf\n",
12+ " id: bayesian-machine-learning-pdf\n",
13+ "downloads:\n",
14+ " - id: bayesian-machine-learning-pdf\n",
1215 "---\n",
1316 "\n",
1417 "# Bayesian Machine Learning"
Original file line number Diff line number Diff line change 88 "exports:\n",
99 "- format: pdf\n",
1010 " template: arxiv_two_column\n",
11- " output: Predictive-Modeling-Summary.pdf\n",
11+ " output: predictive-modeling.pdf\n",
12+ " id: predictive-modeling-pdf\n",
13+ "downloads:\n",
14+ " - id: predictive-modeling-pdf\n",
1215 "---\n",
1316 "\n",
1417 "# Predictive Modeling"
You can’t perform that action at this time.
0 commit comments