This commit is contained in:
parent
405a8d7519
commit
9e56c57240
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jobs:
|
||||||
pwd
|
pwd
|
||||||
touch testfile
|
touch testfile
|
||||||
ls
|
ls
|
||||||
docker run --rm -v "$pwd:$pwd" -w "$pwd" 'aergus/latex' /bin/bash -eo pipefail ls
|
docker run --rm -v "$pwd:$pwd" -w "$pwd" 'aergus/latex' /bin/bash -eo pipefail '-c' '--' $'ls'
|
||||||
- name: compile
|
- name: compile
|
||||||
uses: xu-cheng/texlive-action@v2
|
uses: xu-cheng/texlive-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue