Skip to content

Commit 0494621

Browse files
authored
fix: workflow
1 parent c871fe9 commit 0494621

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
sudo dpkg -i ./pdf2htmlEX.deb
2929
3030
- 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
31+
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+
ls -lavh out/
3236
3337
# (Optional) Create release
3438
- name: Generate release tag

0 commit comments

Comments
 (0)