Skip to content

Commit

Permalink
fix: installing deb file
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu2001 committed Jul 7, 2024
1 parent 3b37dfa commit 1fd6443
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 @@ -15,7 +15,7 @@ jobs:
sudo apt install -y libfontconfig1 libcairo2 libjpeg-turbo8
sudo apt --fix-broken install
wget https://github.com/pdf2htmlEX/pdf2htmlEX/releases/download/v0.18.8.rc1/pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb
sudo apt install ./pdf2htmlEX.deb
sudo dpkg -i ./pdf2htmlEX.deb
- name: Convert PDF to HTML
run: pdf2htmlEX --embed cfijo --dest-dir out index.pdf
Expand Down

0 comments on commit 1fd6443

Please sign in to comment.