diff --git a/.github/workflows/build-sphinx-thesis.yml b/.github/workflows/build-sphinx-thesis.yml index 65e4276..929ba40 100644 --- a/.github/workflows/build-sphinx-thesis.yml +++ b/.github/workflows/build-sphinx-thesis.yml @@ -77,6 +77,9 @@ jobs: run: | source $pythonLocation/activate make latex + - name: "Remove numbering from subsections" + working-directory: thesis/build/latex/ + run: sed --regexp-extended --in-place s/\subsection[{]/\subsection*{/g progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex - name: "Remove numbering from subsubsections" working-directory: thesis/build/latex/ run: sed --regexp-extended --in-place s/\subsubsection[{]/\subsubsection*{/g progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex