mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🎓 Be lazy when you can
This commit is contained in:
parent
1e8d9e7d03
commit
acfd295560
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-sphinx-thesis.yml
vendored
4
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -94,10 +94,10 @@ jobs:
|
||||||
run: sed --regexp-extended --in-place 's/[{][\]indexname[}][{]Indice[}]/{\indexname}{Indice analitico}/g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
run: sed --regexp-extended --in-place 's/[{][\]indexname[}][{]Indice[}]/{\indexname}{Indice analitico}/g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||||
- name: "Remove modindex"
|
- name: "Remove modindex"
|
||||||
working-directory: thesis/build/latex/
|
working-directory: thesis/build/latex/
|
||||||
run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]Indice del modulo Python[}].*[\]end[{]sphinxtheindex[}]//g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]Indice del modulo Python[}].*?[\]end[{]sphinxtheindex[}]//g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||||
- name: "Remove routing table"
|
- name: "Remove routing table"
|
||||||
working-directory: thesis/build/latex/
|
working-directory: thesis/build/latex/
|
||||||
run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]HTTP Routing Table[}].*[\]end[{]sphinxtheindex[}]//g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]HTTP Routing Table[}].*?[\]end[{]sphinxtheindex[}]//g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||||
- name: "Build PDF document with Latexmk"
|
- name: "Build PDF document with Latexmk"
|
||||||
working-directory: thesis/build/latex/
|
working-directory: thesis/build/latex/
|
||||||
run: make
|
run: make
|
||||||
|
|
Loading…
Reference in a new issue