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