Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyShran committed May 16, 2024
1 parent aac7199 commit 9ee3b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Convert Markdown to PDF
uses: docker://pandoc/latex:2.9
with:
args: --output=output/output.pdf ${{ steps.files_list.outputs.files }}
args: --output=output/TASVS-v0.1.pdf /data/*.md

- name: Upload PDF artifact
uses: actions/upload-artifact@v3
with:
name: output-pdf
path: output/output.pdf
path: output/TASVS-v0.1.pdf

0 comments on commit 9ee3b0e

Please sign in to comment.