fix ci
Some checks failed
Compile LaTeX document / latex_spellcheck (push) Successful in 3m3s
Compile LaTeX document / build (push) Failing after 52s

This commit is contained in:
philipp 2024-04-06 14:21:11 +02:00
parent eac9857909
commit f6c3a797f2

View File

@ -23,8 +23,6 @@ jobs:
curl -sS https://webi.sh/node | sh curl -sS https://webi.sh/node | sh
echo ~/.local/opt/node/bin >> $GITHUB_PATH echo ~/.local/opt/node/bin >> $GITHUB_PATH
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Compile LaTeX Document - name: Compile LaTeX Document
run: latexmk -pdf ${{ env.root_file }} run: latexmk -pdf ${{ env.root_file }}
env: env: