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 9ee3b0e commit 53abd78
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

convert:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand All @@ -24,10 +24,14 @@ jobs:
- name: Convert Markdown to PDF
uses: docker://pandoc/latex:2.9
with:
args: --output=output/TASVS-v0.1.pdf /data/*.md
args: --output=output/TASVS-v0.1.pdf ${{ steps.files_list.outputs.files }}

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

- name: dump
run: |
echo '${{ github.workspace }}'

0 comments on commit 53abd78

Please sign in to comment.