Skip to content

Commit

Permalink
Use inexistent directory for output
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle authored Nov 26, 2024
1 parent bcdf57d commit 7bab9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: BaileyJM02/[email protected]
with:
input_path: Reports/${{ inputs.report }}
output_dir: Reports/${{ inputs.report }}
output_dir: pdfs
images_dir: Reports/${{ inputs.report }}
build_html: true
theme: osp.css
Expand All @@ -44,4 +44,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.report }}-pdf
path: Reports/${{ inputs.report }}
path: pdfs

0 comments on commit 7bab9fb

Please sign in to comment.