From d7992f06d8def19f93f1bbe1b5ea8b8fb542e715 Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Wed, 14 Jul 2021 14:48:47 +0200 Subject: [PATCH] Added README autoupdate --- .github/workflows/LaTeXcompile.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml index 4240ace..8a8d079 100644 --- a/.github/workflows/LaTeXcompile.yml +++ b/.github/workflows/LaTeXcompile.yml @@ -13,9 +13,14 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: Alembic.tex + - name: Update Readme + run: | + cd buildtols + php buildreadme.php + cd ../ - name: Commit changes uses: EndBug/add-and-commit@v7 with: author_name: LaTexCompiler - message: 'Compiled LaTeX into PDF' - add: '*.pdf' + message: 'Compiled LaTeX into PDF, updated README' + add: '*'