From 58daf30b1061dd9d551f8bae8984c3f5bf64bcfe Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 21 Nov 2021 05:25:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Correctly=20capitalize=20LaTeX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-sphinx-report.yml | 4 ++-- .github/workflows/build-sphinx-thesis.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-sphinx-report.yml b/.github/workflows/build-sphinx-report.yml index 202fb6f..4d8681e 100644 --- a/.github/workflows/build-sphinx-report.yml +++ b/.github/workflows/build-sphinx-report.yml @@ -59,9 +59,9 @@ jobs: - name: "Find Poetry Python environment" working-directory: backend/ run: echo "pythonLocation=$(poetry env list --full-path | cut -f1 -d' ')/bin" >> $GITHUB_ENV - - name: "Install Latex dependencies" + - name: "Install LaTeX dependencies" run: apt-get update -y && apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended - - name: "Build Latex document with Sphinx" + - name: "Build LaTeX document with Sphinx" working-directory: report/ run: | source $pythonLocation/activate diff --git a/.github/workflows/build-sphinx-thesis.yml b/.github/workflows/build-sphinx-thesis.yml index 91d27fb..70618b2 100644 --- a/.github/workflows/build-sphinx-thesis.yml +++ b/.github/workflows/build-sphinx-thesis.yml @@ -59,9 +59,9 @@ jobs: - name: "Find Poetry Python environment" working-directory: backend/ run: echo "pythonLocation=$(poetry env list --full-path | cut -f1 -d' ')/bin" >> $GITHUB_ENV - - name: "Install Latex dependencies" + - name: "Install LaTeX dependencies" run: apt-get update -y && apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended - - name: "Build Latex document with Sphinx" + - name: "Build LaTeX document with Sphinx" working-directory: thesis/ run: | source $pythonLocation/activate