From 3c70319663191445d96a77bb1cd25c13235484bd Mon Sep 17 00:00:00 2001 From: Freddy Date: Fri, 17 Feb 2023 20:55:31 +0000 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 44c9f87..2d6e73f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -41,7 +41,7 @@ node /crawler/index.mjs echo "Commiting changes..." cd /output -cp preview docs +mv preview docs git add . git commit -m "$INPUT_COMMITMESSAGE"