This commit is contained in:
parent
4d6a6f11be
commit
633748d8b7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ jobs:
|
|||
ls
|
||||
echo "starting docker now"
|
||||
docker run --help
|
||||
docker run --rm -v "$pwd:$pwd" -w "$pwd" 'aergus/latex' /bin/bash -eo pipefail '-c' '--' $'pwd && ls'
|
||||
docker run --rm -v "$pwd:$pwd" -w "$pwd" 'aergus/latex' /bin/bash -eo pipefail '-c' '--' $'pwd && ls /workspace/testorg/ci-test'
|
||||
echo "docker ended"
|
||||
- name: compile
|
||||
uses: xu-cheng/texlive-action@v2
|
||||
|
|
Loading…
Reference in a new issue