feat: with some debug stuff
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-03 23:50:15 +02:00
parent 5dce2e4790
commit 0a7a924727
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -8,6 +8,10 @@ if [[ -n "$CUDDLE_CI" ]]; then
CMD_PREFIX="./target/debug/ci"
fi
echo "$PWD"
ls target/debug
$CMD_PREFIX main \
--mkdocs-image "$MKDOCS_IMAGE" \
--caddy-image "$CADDY_IMAGE" \