浏览代码

chore: fix github actions missing pnpm

DIYgod 3 年之前
父节点
当前提交
360a35f1c4
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .github/workflows/vuepress-deploy.yml

+ 8 - 0
.github/workflows/vuepress-deploy.yml

@@ -1,6 +1,14 @@
 name: Build and Deploy
 on: [push]
 jobs:
+  install:
+    runs-on: ubuntu-latest
+
+    steps:
+      - uses: pnpm/action-setup@v2.2.2
+        with:
+          version: 6.0.2
+
   build-and-deploy:
     runs-on: ubuntu-latest
     steps: