From d2d4e93cc9394069c0e1b13c1b27751f2d853589 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 9 Jan 2025 21:13:42 +0100 Subject: [PATCH] chore: update deploy command --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index aa70775..35d8142 100644 --- a/.build.yml +++ b/.build.yml @@ -24,4 +24,4 @@ tasks: set -x } export NETLIFY_AUTH_TOKEN - npx netlify deploy --site=$NETLIFY_SITE_ID --dir=./site/dist \ No newline at end of file + npx netlify deploy --site=$NETLIFY_SITE_ID \ No newline at end of file