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 c289300 commit 11c3affCopy full SHA for 11c3aff
.github/workflows/deploy_html_pdf.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
mkdir ./public
35
cp *.tex public/
36
- cp -r assets/ public/
+ cp -r images/ public/
37
cd public/
38
pdflatex ElaboracionMemoriaTFG.tex
39
0 commit comments