We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c871fe9 commit 0494621Copy full SHA for 0494621
.github/workflows/build.yml
@@ -28,7 +28,11 @@ jobs:
28
sudo dpkg -i ./pdf2htmlEX.deb
29
30
- name: Convert PDF to HTML
31
- run: pdf2htmlEX --process-outline 1 --fallback 1 --bg-format svg --zoom 1.3 --process-type3 1 --dest-dir out TrungTQT_CV.pdf
+ run: |
32
+ pdf2htmlEX --process-outline 1 --fallback 1 --bg-format svg --zoom 1.3 --process-type3 1 --dest-dir out TrungTQT_CV.pdf
33
+ ls -lavh out/
34
+ mv out/TrungTQT_CV.html index.html
35
36
37
# (Optional) Create release
38
- name: Generate release tag
0 commit comments