From 263dc3c08a91578497cb9d6e555e4ab176adbf1d Mon Sep 17 00:00:00 2001 From: incognitotgt Date: Sat, 9 Mar 2024 10:20:50 -0500 Subject: [PATCH] fixed action --- .github/workflows/update-vps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-vps.yaml b/.github/workflows/update-vps.yaml index 636926b..bbb1656 100644 --- a/.github/workflows/update-vps.yaml +++ b/.github/workflows/update-vps.yaml @@ -20,6 +20,6 @@ jobs: cd /var/www/anycode-docs git pull pnpm i - pm2 stop anycode-docs + /root/.local/share/pnpm/pm2 stop anycode-docs pnpm build - pm2 start anycode-docs + /root/.local/share/pnpm/pm2 start anycode-docs