Skip to content

Commit 5f6934b

Browse files
authored
Merge pull request #1 from bcc-code/change-npm-i
Update npm command from ci to install for building the documentation site
2 parents d802edd + 50ff21c commit 5f6934b

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)