Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiyi-philosophy authored May 6, 2024
1 parent 9cc69d4 commit 10cc09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
for file in pdf-files/*.pdf; do
filename=$(basename "$file".pdf)
if [! -f "pdf-files/${filename}.pptx" ]; then
if [ ! -f "pdf-files/${filename}.pptx" ]; then
pdf2pptx "$file"
fi
done
Expand Down

0 comments on commit 10cc09a

Please sign in to comment.