Update LaTeXcompile.yml
This commit is contained in:
parent
30d548d160
commit
c92f1694bb
11
.github/workflows/LaTeXcompile.yml
vendored
11
.github/workflows/LaTeXcompile.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user