Skip to content

Commit c848dce

Browse files
authored
Update deploy_html_pdf.yml
1 parent a8eed80 commit c848dce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy_html_pdf.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
# Restore the TeX Live installation from cache
2020
- name: Restore TeX Live Cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v3
2222
with:
2323
path: |
2424
/usr/local/texlive
@@ -40,7 +40,7 @@ jobs:
4040
4141
# Save the TeX Live installation to cache for future use
4242
- name: Save TeX Live Cache
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
with:
4545
path: |
4646
/usr/local/texlive
@@ -58,11 +58,11 @@ jobs:
5858
tag_name: Current
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)