Skip to content

Commit 564f58b

Browse files
authored
Update deploy_html_pdf.yml
1 parent 3fe2ea6 commit 564f58b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/deploy_html_pdf.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
cd public/
3838
pdflatex ElaboracionMemoriaTFG.tex
3939
pdflatex ElaboracionMemoriaTFG.tex
40+
make4ht ElaboracionMemoriaTFG.tex
41+
mv ElaboracionMemoriaTFG.html index.html
4042
4143
# Save the TeX Live installation to cache for future use
4244
- name: Save TeX Live Cache
@@ -58,12 +60,7 @@ jobs:
5860
tag_name: ÚltimaCompilación
5961
files: public/ElaboracionMemoriaTFG.pdf
6062

61-
- name: Build Latex HTML
62-
run: |
63-
cd public/
64-
make4ht ElaboracionMemoriaTFG.tex
65-
mv ElaboracionMemoriaTFG.html index.html
66-
63+
6764
- name: Publish HTML to GitHub Pages
6865
uses: peaceiris/actions-gh-pages@v3
6966
with:

0 commit comments

Comments
 (0)