We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3316d commit fcaaa9aCopy full SHA for fcaaa9a
1 file changed
.github/workflows/deploy-docs.yml
@@ -33,13 +33,13 @@ jobs:
33
cache: pnpm
34
35
- name: Install Deps
36
- run: pnpm install --frozen-lockfile
+ run: npm install
37
38
- name: Build Docs
39
env:
40
NODE_OPTIONS: --max_old_space_size=8192
41
run: |-
42
- pnpm run docs:build
+ npm run docs:build
43
> docs/.vuepress/dist/.nojekyll
44
45
- name: Deploy
0 commit comments