From 113976574ce109d4ca69329a56a43675c92df52e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 19 Aug 2026 18:26:26 +0000 Subject: [PATCH 1/2] Initial plan From e9385cb1e726ef1bde23e242a80bb1ed2e6d7110 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 19 Aug 2026 18:27:17 +0000 Subject: [PATCH 2/2] fix: remove duplicate pnpm version from gh-pages workflow Co-authored-by: sunshineg <1147886+sunshineg@users.noreply.github.com> --- .github/workflows/gh-pages.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 250c4ae4..335f182a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,8 +21,6 @@ jobs: fetch-depth: 0 # required so the deploy action can push - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: