print working dir
Some checks failed
Gitea Actions Demo / checkout (push) Failing after -51s

This commit is contained in:
Maximilian Keßler 2023-10-16 16:26:01 +02:00
parent 8d63a07fa7
commit 3dea6f5fc3
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -22,7 +22,7 @@ jobs:
touch testfile
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' '--' $'pwd && ls'
echo "docker ended"
- name: compile
uses: xu-cheng/texlive-action@v2