From b3e91995e18a8a0e7bc06c3ddd6257aa3de88f7f Mon Sep 17 00:00:00 2001 From: dealjus Date: Tue, 29 Apr 2025 07:04:01 -0700 Subject: [PATCH] fix cicd --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 23c96e7..a99b7bc 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -22,10 +22,10 @@ jobs: uses: actions/checkout@v4 - name: Install PNPM - run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - + run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -c - name: Enable PNPM - run: source /root/.bashrc + run: source /root/.shrc - name: Install Dependencies run: pnpm install