This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch pwa in repository https://gitbox.apache.org/repos/asf/echarts-website.git
commit fbecf5d820b002259c4c30102835f09ea9d890eb Author: plainheart <[email protected]> AuthorDate: Tue Apr 19 20:41:52 2022 +0800 chore: add build PWA step to `deploy` workflow --- .github/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f5a5c82..963f007c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Prepare workspace run: mkdir tmp-workspace @@ -48,7 +48,6 @@ jobs: cd echarts-handbook npm install - - name: Build 🔧 working-directory: tmp-workspace run: | @@ -59,6 +58,9 @@ jobs: - name: Install Dep run: npm install + - name: Build PWA + run: npm run build:pwa + - name: Deploy 🚀 uses: ./node_modules/@jamesives/github-pages-deploy-action with: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
