fix expansion
Some checks failed
Gitea Actions Demo / checkout (push) Failing after -52s

This commit is contained in:
Maximilian Keßler 2023-10-16 16:21:40 +02:00
parent ce08488e0d
commit 405a8d7519
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -21,7 +21,7 @@ jobs:
pwd
touch testfile
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 ls
- name: compile
uses: xu-cheng/texlive-action@v2
with: