diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de0c122..5b29cfe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,8 @@ jobs: node-version: 18.x - name: Install MyST Markdown run: npm install -g mystmd + - name: Build PDF Assets + run: myst build --typst - name: Build HTML Assets run: myst build --html - name: Upload artifact diff --git a/.gitignore b/.gitignore index 9c5f578..aa7fe1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -_build \ No newline at end of file +_build +report.pdf diff --git a/main.md b/main.md index c63bc14..95dfce4 100644 --- a/main.md +++ b/main.md @@ -28,7 +28,7 @@ We know they aren't perfect, and in some cases need an overhaul or better mechan You'll see them in pull-quotes like the following: :::{pull-quote} -Here's some extra information! +Here's an example pull quote! ::: We'll include a brief explanation of why we use each of these measures, and what we might want to improve about them. diff --git a/myst.yml b/myst.yml index e6ac3c9..2aa80bd 100644 --- a/myst.yml +++ b/myst.yml @@ -32,11 +32,11 @@ project: - year2.md - year1.md output: report.pdf - # - format: pdf - # template: volcanica - # article_type: Report - # toc: _toc.yml - # output: _build/pdf/my-document-latex.pdf + - format: pdf + template: volcanica + article_type: Report + toc: _toc.yml + output: _build/pdf/my-document-latex.pdf site: template: book-theme title: 2i2c three year report @@ -44,6 +44,11 @@ site: logo: images/logo.png favicon: images/favicon.png logo_text: '2023 three year report' + actions: + - title: Download PDF + url: report.pdf + static: true + nav: - title: 2i2c links children: