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"