Skip to content

Commit

Permalink
zoom 1.3x
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu2001 committed Jul 7, 2024
1 parent c81c981 commit 0859b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo dpkg -i ./pdf2htmlEX.deb
- name: Convert PDF to HTML
run: pdf2htmlEX --process-outline 1 --fallback 1 --bg-format svg --zoom 1 --process-type3 1 --dest-dir out index.pdf
run: pdf2htmlEX --process-outline 1 --fallback 1 --bg-format svg --zoom 1.3 --process-type3 1 --dest-dir out index.pdf

- name: Publish the web pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 0859b5f

Please sign in to comment.