Skip to content

Commit 3fe2ea6

Browse files
authored
Update deploy_html_pdf.yml
1 parent 32f3767 commit 3fe2ea6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy_html_pdf.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
- name: Publish PDF
5656
uses: softprops/action-gh-release@v1
5757
with:
58-
tag_name: Current
58+
tag_name: ÚltimaCompilación
5959
files: public/ElaboracionMemoriaTFG.pdf
6060

61-
#- name: Build Latex HTML
62-
# run: |
63-
# cd public/
64-
# make4ht ElaboracionMemoriaTFG.tex
65-
# mv ElaboracionMemoriaTFG.html index.html
61+
- name: Build Latex HTML
62+
run: |
63+
cd public/
64+
make4ht ElaboracionMemoriaTFG.tex
65+
mv ElaboracionMemoriaTFG.html index.html
6666
6767
- name: Publish HTML to GitHub Pages
6868
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)