Skip to content

Commit

Permalink
Update releasenotes_pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Sep 9, 2024
1 parent 667a772 commit 4de568f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releasenotes_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
- name: Find and Convert Release Notes
id: convert_notes
run: |
pwd
find . -type f -name 'Releasenotes.md' -exec sh -c '
basepath=$(dirname "{}") # Get the folder path
echo $basepath
if [ ! -f "$basepath/Releasenotes.pdf" ]; then
pandoc "{}" -o "$basepath/Releasenotes.pdf"
fi
Expand Down

0 comments on commit 4de568f

Please sign in to comment.