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