diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7a50017..d6e25ce 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,6 +21,9 @@ 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/.bashrc" SHELL="$(which bash)" bash - + - name: Install Dependencies run: pnpm install