From 07cf577c097db2ac0c6595f57a440f438ae2dbea Mon Sep 17 00:00:00 2001 From: renzp94 <1074720760@qq.com> Date: Tue, 23 Apr 2024 22:02:17 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=B0=83=E6=95=B4=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{deploy.yml => docs-deploy.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{deploy.yml => docs-deploy.yml} (88%) diff --git a/.github/workflows/deploy.yml b/.github/workflows/docs-deploy.yml similarity index 88% rename from .github/workflows/deploy.yml rename to .github/workflows/docs-deploy.yml index 9414720..83d5f9e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -1,4 +1,4 @@ -name: Deploy +name: Docs Deploy on: push: branches: main @@ -7,7 +7,7 @@ on: jobs: deploy: - name: Deploy + name: Docs Deploy runs-on: ubuntu-latest permissions: @@ -38,5 +38,5 @@ jobs: uses: denoland/deployctl@v1 with: project: "renzp-utils" - entrypoint: "" + entrypoint: "https://deno.land/std/http/file_server.ts" root: "docs/.vitepress/dist"