From 2907bd855fcf0fd53e6016177b3a33a8ef34176b Mon Sep 17 00:00:00 2001 From: dealjus Date: Mon, 28 Apr 2025 22:32:04 -0700 Subject: [PATCH] source pnpm in cicd --- .gitea/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d6e25ce..23c96e7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -24,6 +24,9 @@ jobs: - name: Install PNPM run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - + - name: Enable PNPM + run: source /root/.bashrc + - name: Install Dependencies run: pnpm install