From b72e0d5f464237e09095d915998aa0b2371c6519 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 5 Oct 2023 02:31:06 +0800 Subject: [PATCH] chore: update deno deploy action entry --- .github/workflows/deploy-deno.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-deno.yml b/.github/workflows/deploy-deno.yml index 5c8d2627..3290168f 100644 --- a/.github/workflows/deploy-deno.yml +++ b/.github/workflows/deploy-deno.yml @@ -23,6 +23,11 @@ jobs: - name: Clone repository uses: actions/checkout@v3 + - name: Install Deno + uses: denoland/setup-deno@main + with: + deno-version: 1.18.2 + - name: Install Node.js uses: actions/setup-node@v3 with: @@ -51,5 +56,5 @@ jobs: uses: denoland/deployctl@v1 with: project: "tailchat-nightly" - entrypoint: "index.html" + entrypoint: https://deno.land/std@0.202.0/http/file_server.ts root: "./client/web/dist"