From e6fa350e55fca35f576fc0895c45e3c297013016 Mon Sep 17 00:00:00 2001 From: Warsono Date: Thu, 26 Oct 2023 17:00:10 +0700 Subject: [PATCH] ci: install pnpm --- .github/workflows/deploy-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 9714125e0..c29ab9ec9 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -37,13 +37,14 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: pnpm # or pnpm / yarn + cache: npm # or pnpm / yarn - name: Setup Pages uses: actions/configure-pages@v3 # - name: Install dependencies # run: yarn install # or pnpm install / yarn install / bun install - name: Build with VitePress run: | + npm install -g pnpm cd docs pnpm install pnpm build