diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e45d88e..ddc067a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,13 +32,13 @@ jobs: run: "deno install" - name: Build step - run: "deno run -A --node-modules-dir npm:vite build" + run: "deno task fe:build" - name: Upload to Deno Deploy uses: denoland/deployctl@v1 with: project: "naijastars" - entrypoint: "index.html" + entrypoint: "https://deno.land/std@0.217.0/http/file_server.ts" root: "dist"