From 50ff21cf7cc3da1eac12d301d1ee33ca7e29a727 Mon Sep 17 00:00:00 2001 From: Kristoffer Bekkevold Date: Fri, 31 Oct 2025 14:12:36 +0100 Subject: [PATCH] update npm command from ci to install for building the documentation site --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 56f68a1..fbb626b 100644 --- a/action.yml +++ b/action.yml @@ -154,7 +154,7 @@ runs: run: | chmod -R u+rwX vuepress/docs || true cd vuepress - npm ci && ${{ inputs.debug-build == true && 'DEBUG=*' || '' }} npm run build ${{ inputs.debug-build == true && '-- --debug' || '' }} + npm i && ${{ inputs.debug-build == true && 'DEBUG=*' || '' }} npm run build ${{ inputs.debug-build == true && '-- --debug' || '' }} - name: Zips built site files shell: bash