We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe2ea6 commit 564f58bCopy full SHA for 564f58b
.github/workflows/deploy_html_pdf.yml
@@ -37,6 +37,8 @@ jobs:
37
cd public/
38
pdflatex ElaboracionMemoriaTFG.tex
39
40
+ make4ht ElaboracionMemoriaTFG.tex
41
+ mv ElaboracionMemoriaTFG.html index.html
42
43
# Save the TeX Live installation to cache for future use
44
- name: Save TeX Live Cache
@@ -58,12 +60,7 @@ jobs:
58
60
tag_name: ÚltimaCompilación
59
61
files: public/ElaboracionMemoriaTFG.pdf
62
- - name: Build Latex HTML
- run: |
63
- cd public/
64
- make4ht ElaboracionMemoriaTFG.tex
65
- mv ElaboracionMemoriaTFG.html index.html
66
-
+
67
- name: Publish HTML to GitHub Pages
68
uses: peaceiris/actions-gh-pages@v3
69
with:
0 commit comments