Update LaTeXcompile.yml

This commit is contained in:
MatMasIt 2021-07-14 15:12:03 +02:00 committed by GitHub
parent 30d548d160
commit c92f1694bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,12 +9,11 @@ jobs:
steps: steps:
- name: Set up Git repository - name: Set up Git repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Update Readme - name: Update README
run: | uses: nanasess/setup-php@master
ls with:
cd $GITHUB_WORKSPACE/buildtols php-version: '7.4'
php buildreadme.php - run: php buildtools/buildreadme.php
cd ../
- name: Commit changes - name: Commit changes
uses: EndBug/add-and-commit@v7 uses: EndBug/add-and-commit@v7
with: with: