We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d1cea commit e60b110Copy full SHA for e60b110
1 file changed
.github/workflows/deploy.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Install and Build Vuepress
19
run: |
20
export NODE_OPTIONS=--openssl-legacy-provider
21
+ corepack enable
22
yarn install
23
yarn just-build
24
0 commit comments