From f00a03bad0e7770a7e2183143110585d5855db1d Mon Sep 17 00:00:00 2001 From: Komorebi Date: Tue, 1 Aug 2023 10:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E4=BF=AE=E6=94=B9=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/website-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index d6cffea..0fb9324 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node Environment - uses: .github/actions/setup-node + uses: ./.github/actions/setup-node - name: Build Doc run: pnpm build