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 3edadf3 commit 0c58303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run: |
mkdir output # create output dir
# get the latest ESPD*.docx file as input argumet for conversion
ls -t -1 ESPD*.docx | sed '1q'
last_file=$(ls -t -1 ESPD*.docx | sed '1q')
ls -ltr -1 ESPD*.docx
last_file=$(ls -tr -1 ESPD*.docx | sed '1q')
echo "files=$last_file" >> $GITHUB_OUTPUT
echo "fn=${last_file%%.*}" >> $GITHUB_OUTPUT
- uses: docker://pandoc/latex:latest
Expand Down

0 comments on commit 0c58303

Please sign in to comment.