diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 06c2fec..5c03798 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.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: