mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔨 Correctly capitalize LaTeX
This commit is contained in:
parent
f26a2533e8
commit
58daf30b10
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build-sphinx-report.yml
vendored
4
.github/workflows/build-sphinx-report.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/build-sphinx-thesis.yml
vendored
4
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue