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