From fd60a87bd4c75f3d91f5c64cac5ef69a69ecc158 Mon Sep 17 00:00:00 2001 From: Jeongho Nam Date: Thu, 19 Dec 2024 01:04:29 +0900 Subject: [PATCH] Fix website.yml --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 8a2fe448d..68d214afa 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -19,7 +19,7 @@ jobs: with: version: 8 - name: Root Setup - run: pnpm install && pnpm install @nestia/editor@latest && npm run build + run: pnpm install && npm run build - name: Build working-directory: website run: npm install && npm run build