Update entrypoint
All checks were successful
Create and publish container / build_container (push) Successful in 5s

This commit is contained in:
2025-12-23 07:20:29 +01:00
parent f76ed005b8
commit 584233d09c

View File

@@ -17,7 +17,7 @@ if [ -n "$WORKDIR" ]; then
cd "$WORKDIR" cd "$WORKDIR"
fi fi
ls /root ls
echo "Runner started, will run latexmk with extra args $EXTRA_ARGS" echo "Runner started, will run latexmk with extra args $EXTRA_ARGS"