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