From acfd295560c9bbb04205362ee293c78d87499ff0 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 2 Dec 2021 09:00:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=93=20Be=20lazy=20when=20you=20can?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-sphinx-thesis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-sphinx-thesis.yml b/.github/workflows/build-sphinx-thesis.yml index d74aa0d..2bada7e 100644 --- a/.github/workflows/build-sphinx-thesis.yml +++ b/.github/workflows/build-sphinx-thesis.yml @@ -94,10 +94,10 @@ jobs: run: sed --regexp-extended --in-place 's/[{][\]indexname[}][{]Indice[}]/{\indexname}{Indice analitico}/g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex - name: "Remove modindex" 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" 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" working-directory: thesis/build/latex/ run: make