Skip to content

Commit

Permalink
Download paper (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 authored Apr 30, 2024
1 parent 7a0c835 commit 2d58b49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
node-version: 18.x
- name: Install MyST Markdown
run: npm install -g mystmd
- name: Install Typst for PDF builds
uses: typst-community/setup-typst@v3
- name: Build HTML Assets
run: myst build --html
run: myst build --html --typst
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
6 changes: 5 additions & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ export:
- format: tex
template: lapreprint
- format: pdf
template: lapreprint
id: paper
template: lapreprint-typst
downloads:
- id: paper
title: Download Paper
---

% Add your name, affiliations, etc. at the top of the authors list (in the end we will randomise the order)
Expand Down

0 comments on commit 2d58b49

Please sign in to comment.