Skip to content

Commit

Permalink
Copy images to exported folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle authored Nov 26, 2024
1 parent 7bab9fb commit e3599bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/report-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Copy images to exported folder
run: |
cp -R Reports/${{ inputs.report }} pdfs
- name: Convert Markdown to PDF and HTML
uses: BaileyJM02/[email protected]
with:
Expand Down

0 comments on commit e3599bc

Please sign in to comment.