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 bf6b10c7 chore: force npm install for echarts-examples
bf6b10c7 is described below
commit bf6b10c71ce2fcfcfcd3ed24b01230dc3760a870
Author: Wenli Zhang <[email protected]>
AuthorDate: Thu Jun 9 19:28:09 2022 +0800
chore: force npm install for echarts-examples
Wrong repo in the last commit.
---
.github/workflows/deploy.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index c8aeceb9..8efdcfb5 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
run: |
git clone --depth 1 https://github.com/apache/echarts-examples
cd echarts-examples
- npm install
+ npm install --force
- name: Install ECharts Theme Builder
working-directory: tmp-workspace
@@ -57,7 +57,7 @@ jobs:
npm run release
- name: Install Dep
- run: npm install --force
+ run: npm install
- name: Deploy 🚀
uses: ./node_modules/@jamesives/github-pages-deploy-action
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]