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"