From 75c91b611458abd9a32b4a4a89997cb0fe8a1f4d Mon Sep 17 00:00:00 2001 From: dealjus Date: Tue, 29 Apr 2025 07:08:56 -0700 Subject: [PATCH] testing cicd --- .gitea/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1a59766..f5995ed 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,11 +21,11 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v4 - - name: Install PNPM - run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - + # - name: Install PNPM + # run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - - - name: Enable PNPM - run: source /root/.shrc + # - name: Enable PNPM + # run: source /root/.shrc - name: Install Dependencies run: pnpm install