From 478baa11db648acbdc668f628ebbb880418e6c9a Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Wed, 14 Jul 2021 15:02:35 +0200 Subject: [PATCH] Update LaTeXcompile.yml --- .github/workflows/LaTeXcompile.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml index 096da14..88a2476 100644 --- a/.github/workflows/LaTeXcompile.yml +++ b/.github/workflows/LaTeXcompile.yml @@ -9,14 +9,10 @@ jobs: steps: - name: Set up Git repository uses: actions/checkout@v2 - - name: Compile LaTeX document - uses: xu-cheng/latex-action@v2 - with: - root_file: Alembic.tex - name: Update Readme run: | ls - cd buildtols + cd $GITHUB_WORKSPACE/buildtols php buildreadme.php cd ../ - name: Commit changes