Skip to content

Commit 50ff21c

Browse files
committed
update npm command from ci to install for building the documentation site
1 parent d802edd commit 50ff21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ runs:
154154
run: |
155155
chmod -R u+rwX vuepress/docs || true
156156
cd vuepress
157-
npm ci && ${{ inputs.debug-build == true && 'DEBUG=*' || '' }} npm run build ${{ inputs.debug-build == true && '-- --debug' || '' }}
157+
npm i && ${{ inputs.debug-build == true && 'DEBUG=*' || '' }} npm run build ${{ inputs.debug-build == true && '-- --debug' || '' }}
158158
159159
- name: Zips built site files
160160
shell: bash

0 commit comments

Comments
 (0)