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