From eedad66d5f33d309f99ef56e0f4157ef08e8d0ed Mon Sep 17 00:00:00 2001 From: Rotimi Best Date: Tue, 3 Dec 2024 19:47:42 +0100 Subject: [PATCH] chore: update root dir for deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d49fd6a..4988adc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: with: project: 'naijastars' entrypoint: 'vite_server.ts' - root: 'dist' + root: '.' deploy_api: name: Deploy API