You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/07/29 11:46:42 UTC

[echarts-website] 02/03: install dep in deploy workflow

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

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

commit 731ffcccdfca52f838711c1608d56363c5e5c776
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Jul 29 18:21:56 2021 +0800

    install dep in deploy workflow
---
 .github/workflows/deploy.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 1da53ab..5c6d004 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -48,6 +48,7 @@ jobs:
           cd echarts-handbook
           npm install
 
+
       - name: Build 🔧
         working-directory: tmp-workspace
         run: |
@@ -55,6 +56,9 @@ jobs:
           cd echarts-www
           npm run release
 
+      - name: Install Dep
+        run: npm install
+
       - name: Deploy 🚀
         uses: ./node_modules/@jamesives/github-pages-deploy-action
         with:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org