This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/echarts-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d6a2e94e chore: use force when npm install in workflow
d6a2e94e is described below

commit d6a2e94ea66cb829ba19c1777bdc5c7db75037e9
Author: Wenli Zhang <[email protected]>
AuthorDate: Thu Jun 9 19:22:11 2022 +0800

    chore: use force when npm install in workflow
    
    To solve the failure of 
https://github.com/apache/echarts-website/runs/6810956965?check_suite_focus=true#step:6:118
---
 .github/workflows/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 6f5a5c82..c8aeceb9 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -57,7 +57,7 @@ jobs:
           npm run release
 
       - name: Install Dep
-        run: npm install
+        run: npm install --force
 
       - name: Deploy 🚀
         uses: ./node_modules/@jamesives/github-pages-deploy-action


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to