Skip to content

Commit

Permalink
Update pandoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-eu authored Oct 7, 2024
1 parent 8bcc31f commit fc0904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
mkdir output # create output dir
# get the latest ESPD*.docx file as input argumet for conversion
ls -l ESPD*.docx
last_file=$(printf '"%s" ' ESPD*.docx)
last_file=$(printf '%s' ESPD*.docx)
echo "files=$last_file" >> $GITHUB_OUTPUT
echo "fn=${last_file%%.*}" >> $GITHUB_OUTPUT
- uses: docker://pandoc/latex:latest
Expand Down

0 comments on commit fc0904f

Please sign in to comment.