From c92f1694bb61b4476ea50b0d1b2f4065462a109b Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Wed, 14 Jul 2021 15:12:03 +0200 Subject: [PATCH] Update LaTeXcompile.yml --- .github/workflows/LaTeXcompile.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml index 88a2476..6963d8f 100644 --- a/.github/workflows/LaTeXcompile.yml +++ b/.github/workflows/LaTeXcompile.yml @@ -9,12 +9,11 @@ jobs: steps: - name: Set up Git repository uses: actions/checkout@v2 - - name: Update Readme - run: | - ls - cd $GITHUB_WORKSPACE/buildtols - php buildreadme.php - cd ../ + - name: Update README + uses: nanasess/setup-php@master + with: + php-version: '7.4' + - run: php buildtools/buildreadme.php - name: Commit changes uses: EndBug/add-and-commit@v7 with: