From bab26677e12215d3ab2766d399fd6d7956a96868 Mon Sep 17 00:00:00 2001 From: dealjus Date: Tue, 29 Apr 2025 07:05:15 -0700 Subject: [PATCH] remove error in pnpm install cicd command --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a99b7bc..1a59766 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Install PNPM - run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -c + run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - - name: Enable PNPM run: source /root/.shrc