Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed May 27, 2024
1 parent 0640180 commit 5354a9f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: mkdir -p dist

- name: Build HTML
uses: docker://pandoc/core:2.9
with:
args: >-
--standalone
--output=dist/index.html
--output=index.html
--csl="https://raw.githubusercontent.com/citation-style-language/styles/master/ieee.csl"
--template="https://manzt.sh/pandoc.html"
paper.md
Expand All @@ -45,6 +43,11 @@ jobs:
journal: joss
paper-path: paper.md

- run: |
mkdir -p dist
cp --dereference --no-preserve=mode,ownership paper.pdf dist/paper.pdf
cp --dereference --no-preserve=mode,ownership index.html dist/index.html
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5354a9f

Please sign in to comment.