Skip to content

Commit

Permalink
Test import of images
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle authored Nov 26, 2024
1 parent e3599bc commit 87a5129
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/report-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ 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:
input_path: Reports/${{ inputs.report }}
output_dir: pdfs
images_dir: Reports/${{ inputs.report }}
images_dir: Reports/${{ inputs.report }}/TimeProfiles
image_import: TimeProfiles
build_html: true
theme: osp.css
table_of_contents: false
Expand Down

0 comments on commit 87a5129

Please sign in to comment.