From 9dc7b67d7b0695e45e9834411485557d68348bcd Mon Sep 17 00:00:00 2001 From: Freddy Date: Fri, 17 Feb 2023 20:54:21 +0000 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index e2369d9..44c9f87 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -41,6 +41,8 @@ node /crawler/index.mjs echo "Commiting changes..." cd /output +cp preview docs + git add . git commit -m "$INPUT_COMMITMESSAGE"