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 32f3767 commit 3fe2ea6Copy full SHA for 3fe2ea6
.github/workflows/deploy_html_pdf.yml
@@ -55,14 +55,14 @@ jobs:
55
- name: Publish PDF
56
uses: softprops/action-gh-release@v1
57
with:
58
- tag_name: Current
+ tag_name: ÚltimaCompilación
59
files: public/ElaboracionMemoriaTFG.pdf
60
61
- #- name: Build Latex HTML
62
- # run: |
63
- # cd public/
64
- # make4ht ElaboracionMemoriaTFG.tex
65
- # mv ElaboracionMemoriaTFG.html index.html
+ - name: Build Latex HTML
+ run: |
+ cd public/
+ make4ht ElaboracionMemoriaTFG.tex
+ mv ElaboracionMemoriaTFG.html index.html
66
67
- name: Publish HTML to GitHub Pages
68
uses: peaceiris/actions-gh-pages@v3
0 commit comments