We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0494621 commit eee28ddCopy full SHA for eee28dd
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
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
+ mv out/TrungTQT_CV.html out/index.html
35
36
37
# (Optional) Create release
0 commit comments