diff --git a/.github/workflows/ci-docs-deploy.yml b/.github/workflows/ci-docs-deploy.yml index 7d188e88..13cac155 100644 --- a/.github/workflows/ci-docs-deploy.yml +++ b/.github/workflows/ci-docs-deploy.yml @@ -17,6 +17,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Enable Corepack + run: corepack enable + - name: Setup Node uses: actions/setup-node@v2 with: