From 1e8d9e7d03121d7df5e30c2d47151a111c4f74c8 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 2 Dec 2021 08:54:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=93=20No=20`s`,=20i=20guess?= 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 5767ab7..d74aa0d 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[}]//gs' 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[}]//gs' 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