Skip to content

Commit

Permalink
Merge pull request #413 from timelic/fix/action-files-output
Browse files Browse the repository at this point in the history
fix: Github action's output path
  • Loading branch information
Byaidu authored Jan 6, 2025
2 parents 0276b91 + 720be55 commit bd93483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Test - Translate a PDF file with plain text only
run:
pdf2zh ./test/file/translate.cli.plain.text.pdf
pdf2zh ./test/file/translate.cli.plain.text.pdf -o ./test/file

- name: Test - Translate a PDF file figure
run:
pdf2zh ./test/file/translate.cli.text.with.figure.pdf
pdf2zh ./test/file/translate.cli.text.with.figure.pdf -o ./test/file

# - name: Test - Translate a PDF file with unknown font
# run:
Expand Down

0 comments on commit bd93483

Please sign in to comment.