Skip to content

Commit

Permalink
Merge pull request #13 from WeBankFinTech/lucaszhu2zgf-patch-1
Browse files Browse the repository at this point in the history
Update doc-deploy.yml
  • Loading branch information
lucaszhu2zgf authored Dec 25, 2023
2 parents dd8d602 + a2e5018 commit a4d223d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Install # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
- name: Install & Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: npm i

- name: Bootstrap # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
- name: Bootstrap🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: ./node_modules/.bin/lerna bootstrap

- name: DocsBuild🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: npm run docsBuild

- name: Remove zips # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
- name: Remove zips🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: rm -rf *.zip

- name: Deploy
Expand Down

0 comments on commit a4d223d

Please sign in to comment.